Skip to content

Commit

Permalink
rename to mlperftiny, added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Jan 4, 2023
1 parent 38d59a2 commit dcfb469
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 3rdparty/mlperftiny/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# MLPerf™ Tiny Benchmark API
This directory includes API files to build a microTVM project that could be tested with EEMBC benchmark runner. API files are captured from [MLCommons/tiny repository](https://github.com/mlcommons/tiny).
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmake/modules/Zephyr.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(USE_MICRO)
"apps/microtvm/zephyr/template_project/src/host_driven *.c -> zephyr/src/host_driven"
"apps/microtvm/zephyr/template_project/src/host_driven *.h -> zephyr/src/host_driven"
"apps/microtvm/zephyr/template_project/src/mlperftiny * -> zephyr/src/mlperftiny"
"3rdparty/tiny/api * -> zephyr/src/mlperftiny/api"
"3rdparty/mlperftiny/api * -> zephyr/src/mlperftiny/api"
"apps/microtvm/zephyr/template_project/fvp-hack * -> zephyr/fvp-hack"
"apps/microtvm/zephyr/template_project/qemu-hack * -> zephyr/qemu-hack"
"apps/microtvm/zephyr/template_project/app-overlay * -> zephyr/app-overlay"
Expand Down

0 comments on commit dcfb469

Please sign in to comment.