grant-arm commented on pull request #8922: URL: https://github.com/apache/tvm/pull/8922#issuecomment-947742864
Hi @JKANG94 , probably the most useful reference is the Makefile in ```tvm/apps/microtvm/ethosu/```. Since we compile with ```-executor=aot``` we are using the AOT Executor and it's not necessary to include the Graph Executor. The only bits of TVM we need for the runtime are: $(STANDALONE_CRT_PATH)/src/runtime/crt/memory/stack_allocator.c $(STANDALONE_CRT_PATH)/src/runtime/crt/common/crt_backend_api.c -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
