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

TVM: Allow custom crt_config

PhilippvK opened this issue · comments

Currently at least one MLPerf Tiny model fails to build/invoke using the tvmrt or tvmcg backend. The reason for this is that the default value (10) of the constant TVM_CRT_MAX_ARGS is exceeded. We need to add a backend config to make this user-configurable. Also it would be useful to maintain our own default crt_config.h. However I am not sure where it should be stored so that it can be accessed from every environment. (Copy/clone/download it during initialization of the environments?)