giuseros opened a new pull request #7785:
URL: https://github.com/apache/tvm/pull/7785


   This change adds the code generation and minimal runtime API to use the
   Ahead Of Time (AOT) compilation flow. The main logic is contained in:
   
   - src/relay/backend/aot_codegen.cc
   
   Which produces a TIR PrimFunc traversing the Relay graph
   
   The runtime interface (authored by @mousius) leaves a gap for future
   iterations using platform-specific features from RTOS.
   
   Currently AOT runs successfully on x86 in a host OS, running these
   tests on micro is coming soon.
   
   This PR is based on the RFC described here: 
https://discuss.tvm.apache.org/t/implementing-aot-in-tvm/9206
   
   
   Co-authored-by: Christopher Sidebottom <[email protected]>


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to