mehrdadh commented on a change in pull request #9309:
URL: https://github.com/apache/tvm/pull/9309#discussion_r735779991



##########
File path: python/tvm/micro/build.py
##########
@@ -34,10 +35,24 @@
 STANDALONE_CRT_DIR = None
 
 
+class MicroTVMTemplateProject(enum.Enum):
+    ZEPHYR = "zephyr"
+    ARDUINO = "arduino"
+    CRT = "crt"

Review comment:
       It's located 
[here](https://github.com/apache/tvm/tree/main/src/runtime/crt/host). We used 
this CRT host template project for CRT tests and also tutorials.




-- 
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]


Reply via email to