The GitHub Actions job "mainline-only" on tvm-ffi.git/main has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
469d71f50c280f707bd4079af93f64f8dd9dfce8 / Tianqi Chen 
<[email protected]>
[FFI][PERF] Force-inline ObjectPtr::reset and WeakObjectPtr::reset (#764)

`~ObjectPtr()` is `TVM_FFI_INLINE` and delegates to `reset()`, which was
a plain function, so in a large hook every `ObjectPtr` destruction still
compiled to an out-of-line `call ObjectPtr<Object>::reset` Mark both
`reset()` methods the same way as the special members in #761. No
behaviour change.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/34175478263

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to