Johnson9009 commented on PR #18059: URL: https://github.com/apache/tvm/pull/18059#issuecomment-2974905484
@tqchen Thanks for the explanation, for the cross language binding solution, In comparison with (ctypes, Cython more Python side), (pybind11, nanobind, boost, more C++ side), I love TVM's FFI more, we needn't write lots of glue code in C++ like pybind11, we just need decorate the Python side class to the Python part with the C++ part. If we need to do some process before the FFI call from Python to C++, we can write the process logic in Python directly, that so nice. What I want to know is the future of reflection usage, does the usage of example will only replace the current reflection visitor? or the method binding will use the method instead of current packed function way? -- 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]
