junrushao opened a new pull request, #56: URL: https://github.com/apache/tvm-ffi/pull/56
In #49, We noticed an issue with `OpaquePyObject` [[comment](https://github.com/apache/tvm-ffi/pull/49#issuecomment-3331042097)], where when an `OpaquePyObject` is fed into a TVM-FFI function, which expects a different type (e.g. `int`), the entire program aborts without proper error message inside `TVMFFIGetTypeInfo`, which uses `exit(1)` instead of C error code. This PR fixes this issue by registering `TypeIndex::kTVMFFIOpaquePyObject` as a builtin type index. -- 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]
