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:
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:
ctarget code-generator ([runtime] AOTExecutor implementation and c target code-generator #10283)llvmtarget code-generator ([AOT] Support LLVM backend with C++ runtime #10753)