tqchen opened a new pull request, #71: URL: https://github.com/apache/tvm-ffi/pull/71
This PR elevates the cpp_call part of FunctionObj to the c api. We also allows the cpp_call to be nullptr. This change would make the function ABI stablized. This change is backward compatible with previous function ABI. Previous functions can be passed to this ABI. But future functions may contain cpp_call as NULL and cannot be passed to older dll. -- 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]
