gromero commented on a change in pull request #43: URL: https://github.com/apache/tvm-rfcs/pull/43#discussion_r739497962
########## File path: rfcs/0021-tvmc_add_support_for_micro_targets.md ########## @@ -0,0 +1,461 @@ +- Feature Name: tvmc_add_support_for_micro_targets +- Start Date: 2021-10-09 +- RFC PR: [apache/tvm-rfcs#0000](https://github.com/apache/tvm-rfcs/pull/0000) +- GitHub Issue: [apache/tvm#0000](https://github.com/apache/tvm/issues/0000) + +# Summary + +This RFC obsoletes RFC **[0]**. + +This RFC depends on RFC **[1]**. + +This RFC is about how TVMC (TVM CLI tool) can be extended to support microTVM +targets, considering the variety of platforms supported by microTVM, like Zephyr +and Arduino, and also considering future platforms, taking into account the use +of custom/adhoc platforms provided by users at their convenience. + +The interface here proposed relies on the new Project API available on microTVM. + +PR [9229](https://github.com/apache/tvm/pull/9229) implements the interface in +question **[2]**. + +**[0]** [RFC] TVMC: Add support for µTVM -- https://discuss.tvm.apache.org/t/rfc-tvmc-add-support-for-tvm/9049 + +**[1]** [RFC][Project API] Extend metadata in ProjectOption -- https://github.com/apache/tvm-rfcs/pull/33 Review comment: Done -- 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]
