[microTVM][tvmc] Add TVMC Micro tutorial for Zephyr#10024
Merged
Conversation
Member
Author
ae7b1e9 to
670a20a
Compare
Member
Author
|
cc @hogepodge |
gromero
requested changes
Jan 24, 2022
Member
Author
|
@gromero thanks for the review! I added your changes, PTAL. |
areusch
requested changes
Jan 24, 2022
| # Run Tiny Model on Micro Target | ||
| ############################################################ | ||
| # | ||
| # To run the flashed model on the device using TVMC, we use ``tvmc run`` subcommand and we pass ``--device micro`` |
Contributor
There was a problem hiding this comment.
could you explain what exactly has happened now at this point, and what we mean by "run the flashed model on the device?"
Member
Author
There was a problem hiding this comment.
@areusch added more details. Please let me know if I should mention anything else. thanks!
| # zephyr \ | ||
| # --project-option project_type=host_driven zephyr_board=qemu_x86 | ||
| # | ||
| # This will generate a Zephyr project for `qemu_x86` zephyr board. To get more information about |
Contributor
There was a problem hiding this comment.
could you explain host_driven here?
Member
Author
There was a problem hiding this comment.
Added some details, PTAL. thanks!
areusch
reviewed
Jan 25, 2022
Contributor
|
Thanks for this, read through it and it looks good to me. |
driazati
reviewed
Jan 26, 2022
areusch
approved these changes
Jan 27, 2022
areusch
left a comment
Contributor
There was a problem hiding this comment.
Thanks @mehrdadh @hogepodge @driazati @gromero !
sunggg
pushed a commit
to sunggg/tvm
that referenced
this pull request
Jan 29, 2022
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Feb 16, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a TVMC tutorial for Zephyr platforms using
tvmc micro.