The GitHub Actions job "CI" on tvm-ffi.git/tensor-alloc has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
9b2fb111b33a1848b83060c420db6a794bc0deff / tqchen <[email protected]>
[ABI] Refactor the TVMFFIEnvTensorAllocator to align with DLPack

This PR refactors the TVMFFIEnvTensorAllocator to align with the finalized
naming of DPack standard.

- TVMFFIEnvSetTensorAllocator -> TVMFFIEnvSetDLPackManagedTensorAllocator
- TVMFFIEnvGetTensorAllocator -> TVMFFIEnvGetDLPackManagedTensorAllocator

We also introduced TVMFFIEnvTensorAlloc to directly allocate a ffi::Tensor
from the given prototype which can be used by DSL compilers.

Note that the new TVMFFIEnvTensorAlloc makes metadata allocation in libtvm_ffi
so it won't suffer from the module unloading order problem.
We removed Tensor::FromDLPackAlloc in favor of Tensor::FromEnvAlloc
that makes use of TVMFFIEnvTensorAlloc.

Hopefully this step allows us to stablize the tensor alloc api to align with 
dlpack
before we freeze.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to