Skip to content

Commit

Permalink
Tutorial for running TVM on Arm(R) Cortex(R)-M55 CPU and Ethos(TM)-U5…
Browse files Browse the repository at this point in the history
…5 NPU (apache#9307)

* Tutorial for running TVM on Arm(R) Cortex(R)-M55 CPU and Ethos(TM)-U55 NPU

Change-Id: If1e1134b56639021036862e8ea65a8e9d33dceb7

* Tutorial for running TVM on Arm(R) Cortex(R)-M55 CPU and Ethos(TM)-U55 NPU

- Moved tutorials/micro/cortex_m_ethosu.py to gallery/how_to/work_with_microtvm/micro_ethosu.py

Change-Id: Ib554df6649b7313d4414187d5334ec5b03f35f33

* [micronpu] Update and cleanup tutorials.

- Moved tutorials/micro/cortex_m_ethosu.py to gallery/how_to/work_with_microtvm/micro_ethosu.py
- Replaced full linker script document with a link to the linker script on github

Change-Id: Ic77648a4fc3dd76161d689774d21a3347a577b90

* [micronpu] Update and cleanup tutorial

- Replace Makefile code with a link to Makefile on github
- Replace header files with a link to header files on github
- Update demo.c with changes introduced by Device API
- Update tvmc command line arguments

Change-Id: If6a254b368550c0f3effb8d1cb15f062279964e2
  • Loading branch information
grant-arm authored and ylc committed Jan 7, 2022
1 parent e0e82a8 commit 1d545d0
Show file tree
Hide file tree
Showing 2 changed files with 542 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@ def git_describe_version(original_version):
"use_pass_instrument.py",
"bring_your_own_datatypes.py",
],
"micro": [
"micro_autotune.py",
"micro_reference_vm.py",
"micro_tflite.py",
"micro_ethosu.py",
],
}


Expand Down
Loading

0 comments on commit 1d545d0

Please sign in to comment.