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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
