The GitHub Actions job "CI" on tvm-ffi.git/main has succeeded.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
8873700a87d0b8426d1840f29e28015e7be2e48c / Tianqi Chen 
<[email protected]>
[CYTHON][REFACTOR] __tvm_ffi_object__ protocol (#115)

This PR does two things:
- We renamed `PyNativeObject.__tvm_ffi_object__` to
`_tvm_ffi_cached_object` This is because the dunder convention is
normally used for functions instead of attributes
- We then updated the original `__tvm_ffi_tensor__` protocol to
`__tvm_ffi_object__` so that the same protocol can be used for generic
objects.

Given the original attribute is hidden to user and we did not yet
introduce `__tvm_ffi_tensor__` in a formal release, the change should
have low impact. We will however freeze the protocol for formal release
ideally soon.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to