You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/17 03:06:51 UTC

[GitHub] [tvm] areusch opened a new issue #10280: [Tracking Issue] Module-based Model Runtime Interface for AOT

areusch opened a new issue #10280:
URL: https://github.com/apache/tvm/issues/10280


   This issue tracks the implementation of apache/tvm-rfcs#46 (Module-based Model Runtime Interface for AOT).
   
   This RFC proposes a fairly wide-sweeping refactoring of the metadata exported from compiler to runtime. We plan to implement this in phases to ease code-review and unblock some downstream work dependent on the C-source-based AOTExecutor. Here are the steps:
   - [ ] New Metadata classes (hand-written, without checking in the code-generator) to contain minimal metadata needed by AOTExecutor
   - [ ] AOTExecutor implementation and `c` target code-generator (PR not yet uploaded)
   - [ ] `llvm` target code-generator (PR not yet uploaded)
   - [ ] Code-generator to auto-generate Metadata classes from a small Python description (PR not yet uploaded)
   - [ ] Unify metadata passed from compiler to runtime using new Metadata classes


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org