You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2023/01/10 17:44:44 UTC

[tvm] branch main updated (3b5baf48d2 -> 746fcaaaa3)

This is an automated email from the ASF dual-hosted git repository.

mehrdadh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 3b5baf48d2 [Docker update] Update ci_cpu tag to the latest from tlcpackstaging (#13748)
     add 746fcaaaa3 [CMSIS-NN] Support CMSIS NN from new GitHub location (#13656)

No new revisions were added by this update.

Summary of changes:
 apps/microtvm/cmsisnn/Makefile                     |  9 ++++-
 apps/microtvm/cmsisnn/README.md                    |  1 +
 apps/microtvm/ethosu/Makefile                      |  9 ++++-
 apps/microtvm/ethosu/README.md                     |  1 +
 .../template_project/CMakeLists.txt.template       | 26 ++++++++-----
 apps/microtvm/zephyr_cmsisnn/CMakeLists.txt        | 44 ++++++++++++++--------
 apps/microtvm/zephyr_cmsisnn/README.md             |  5 +++
 docker/install/ubuntu_install_cmsis.sh             |  4 ++
 .../install/ubuntu_install_ethosu_driver_stack.sh  |  3 ++
 python/tvm/micro/project_api/server.py             |  2 +-
 tests/micro/zephyr/test_zephyr.py                  |  3 +-
 tests/python/relay/aot/corstone300.mk              |  9 ++++-
 12 files changed, 82 insertions(+), 34 deletions(-)