liangfu commented on issue #3934: [Runtime] MISRA-C compliant TVM runtime URL: https://github.com/apache/incubator-tvm/pull/3934#issuecomment-591805463 Thanks for the illustration. I will implement a subset of the functions in `c_runtime_api.h`, which are essential to be able to run a simple inference task. Note that for RTOS like Zephyr we normally don't load any external shared library, but instead compile the module into the ELF for the target board. For that reason, we don't really need functions like `TVMModLoadFromFile` to be implemented in CRT for now.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
