tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement LLVM backend for TVM

PhilippvK opened this issue · comments

As a long-term goal it would be great to run TVM models directly using tvms default runtime (without the crt.)

This would involve adding new backend (i.e. tvmllvm) to the project using tvmc compile without the microTVM specific flags.

In addition we need to decide if we want to build the host software by ourselves or just let tvmc run do the work (loosing MLIF-specific (profiling) features).