Thank you very much for your answers.
Oh, ok. I should have noticed that GraphExecutor written in C is in crt. Looking though the contents of tvm/src/runtime/crt, I can create a C project on IDE with the source code here and the outputs from tvm.relay.build + SoC(or MCU) initialization code right?
Apologies for my mistakes and confusing you. I wanted to say
“I understood that the key difference is micro TVM uses C runtime and TVM uses C++ runtime, and the latter may not work on MCUs for the moment.”
But this might not always be the case since as for Host-driven execution, which requires rpc server/client communication, the scripts for this are in
https://github.com/apache/tvm/tree/main/src/runtime/crt/microtvm_rpc_common https://github.com/apache/tvm/tree/main/src/runtime/crt/microtvm_rpc_server
and they are written in C++ right?
I think before I dive into micro TVM, I should begin with TVM so that I will have clear understanding of the difference between TVM and micro TVM.
Thank you for your release information. I’m looking forward to its release.
Ok, that’s fine as long as it works anyway. Also I’ll try to run the Arduino tutorial when it’s published. Thank you for your suggestion.