Lunderberg commented on PR #13539:
URL: https://github.com/apache/tvm/pull/13539#issuecomment-1335375110

   After going down a rabbit hole trying to figure out why a function that 
accepted an optional `DataType` was being passed an empty string instead of 
`None`, I was curious whether it was possible to avoid the `DataType -> str -> 
DataType` conversions that occur in each FFI call.
   
   This is a very experimental PR, barely at a "proof of concept", and I expect 
this to fail all cython usages, Java, and Rust tests.


-- 
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]

Reply via email to