You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/10/29 00:02:40 UTC

[tvm] branch main updated (f4dae23 -> dae71db)

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

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


    from f4dae23  [iOS][RPC] Enable iOS simulation in public CI to cover basic tuning capabilities (#9212)
     add dae71db  [microTVM] Fix AOT/ARMv7m tests on physical devices. (#9364)

No new revisions were added by this update.

Summary of changes:
 .../zephyr/template_project/microtvm_api_server.py |  9 +++
 .../zephyr/template_project/src/aot_demo/main.c    | 86 ++++++++++++++--------
 python/tvm/micro/project.py                        |  2 +-
 python/tvm/micro/testing.py                        | 52 +++++++++++++
 tests/micro/zephyr/test_utils.py                   | 67 +++++++----------
 tests/micro/zephyr/test_zephyr.py                  |  4 +-
 tests/micro/zephyr/test_zephyr_aot.py              | 49 ++++++------
 tests/micro/zephyr/test_zephyr_armv7m.py           | 30 +++++---
 tests/python/relay/aot/aot_test_utils.py           | 10 +--
 9 files changed, 187 insertions(+), 122 deletions(-)