This is an automated email from the ASF dual-hosted git repository.
leandron pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from e807743 [ETHOSU] Add early simplify to fix LoopPartition (#9387)
add 54019b9 [microTVM] Add microTVM Template Projects to tlcpack pip
Package (#9309)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 4 ++
.../template_project/microtvm_api_server.py | 9 +--
cmake/modules/Arduino.cmake | 78 ++++++++++++++++++++++
cmake/modules/StandaloneCrt.cmake | 15 +----
cmake/modules/Zephyr.cmake | 78 ++++++++++++++++++++++
cmake/utils/Utils.cmake | 13 ++++
.../how_to/work_with_microtvm/micro_autotune.py | 15 ++---
gallery/how_to/work_with_microtvm/micro_tflite.py | 7 +-
python/setup.py | 7 ++
python/tvm/micro/__init__.py | 1 +
python/tvm/micro/build.py | 46 +++++++++++++
tests/micro/arduino/conftest.py | 14 ++--
tests/micro/zephyr/test_utils.py | 11 +--
13 files changed, 247 insertions(+), 51 deletions(-)
create mode 100644 cmake/modules/Arduino.cmake
create mode 100644 cmake/modules/Zephyr.cmake