tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends
Apache License 2.0
29 stars 12 forks source link

Implement LLVM backend for TVM #37

Closed PhilippvK closed 1 year ago

PhilippvK commented 2 years ago

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