SigureMo opened a new pull request, #415: URL: https://github.com/apache/tvm-ffi/pull/415
PaddlePaddle's recently released version 3.3.0 includes full TVM FFI support: - DLPack 1.2 support (or 1.3) and many DLPack implementation fixes - C DLPack exchange API (`__c_dlpack_exchange_api__` for tvm_ffi 0.1.0-0.1.4 / `__dlpack_c_exchange_api__` for tvm_ffi 0.1.5+) - DataType exchange protocol (`__dlpack_data_type__`) and Device exchange protocol (`__dlpack_device__`) This PR documents and demonstrates PaddlePaddle's TVM FFI interoperability introduced in PaddlePaddle 3.3.0. The new example runs as expected: <img width="1043" height="273" alt="image" src="https://github.com/user-attachments/assets/80fe3239-3a7f-4de0-a725-cae0e27567b4" /> -- 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]
