You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/10/25 16:43:23 UTC

[GitHub] [tvm] mehrdadh commented on a change in pull request #9309: [microTVM] Add microTVM Template Projects to tlcpack pip Package

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org