Kathryn-cat opened a new pull request, #111:
URL: https://github.com/apache/tvm-ffi/pull/111

   As a followup to PR #96, this PR adds comprehensive unit tests for 
`torch.Tensor.__c_dlpack_exchange_api__` using inline C++. It validates 
PyTorch's implementation of the `DLPackExchangeAPI` struct-based fast exchange 
protocol.
   
   Unlike the ctypes-based tests, these tests use 
`torch.utils.cpp_extension.load_inline` to avoid GIL release issues
   when calling `THPVariable_Wrap`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to