You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gr...@apache.org on 2022/11/24 00:52:29 UTC

[tvm] branch main updated (dcea36e76d -> 3680b3cb49)

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

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


    from dcea36e76d Add python venvs to demo_ images that build (#13435)
     add 3680b3cb49 [microTVM][Zephyr] Add 'serial_number' option (#13377)

No new revisions were added by this update.

Summary of changes:
 .../template_project/CMakeLists.txt.template       |   4 +-
 .../zephyr/template_project/microtvm_api_server.py | 192 +++++++++++++--------
 .../test_hexagon => micro/project_api}/__init__.py |   2 +-
 tests/micro/project_api/test_project_api.py        |  34 +---
 .../test_zephyr_microtvm_api_server.py}            |  19 +-
 .../project_api/{test_project_api.py => utils.py}  |  38 +---
 tests/micro/zephyr/README.md                       |   6 +
 .../test_hexagon => micro/zephyr}/__init__.py      |   2 +-
 tests/micro/zephyr/conftest.py                     |  18 +-
 tests/micro/zephyr/test_zephyr.py                  | 123 +++++++------
 tests/micro/zephyr/test_zephyr_aot_exec.py         |  34 ++--
 .../zephyr/test_zephyr_aot_exec_standalone.py      |  31 ++--
 tests/micro/zephyr/test_zephyr_armv7m.py           |  30 ++--
 tests/micro/zephyr/{test_utils.py => utils.py}     |  16 +-
 14 files changed, 271 insertions(+), 278 deletions(-)
 copy tests/{python/contrib/test_hexagon => micro/project_api}/__init__.py (92%)
 copy tests/{python/unittest/test_tir_transform_decorate_device_scope.py => micro/project_api/test_zephyr_microtvm_api_server.py} (70%)
 copy tests/micro/project_api/{test_project_api.py => utils.py} (66%)
 copy tests/{python/contrib/test_hexagon => micro/zephyr}/__init__.py (93%)
 rename tests/micro/zephyr/{test_utils.py => utils.py} (96%)