tqchen opened a new pull request, #80: URL: https://github.com/apache/tvm-ffi/pull/80
This PR brings up an initial foundation support for (experimental) rust support. Our primary focus remains to support high-polished python and c++ support. Rust can be an useful system programming language for certain ml systems use-cases. Having another typed system language would help us to future proof some of the abi design. So having a third first-class language can provide some values to the core. The overall design focuses on the close-to-metal interopability for efficiency while providing ergonomic rust APIs for the ffi libraries. This PR support both exposing rust libraries as ffi abi and loading into abi. -- 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]
