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 2022/08/15 23:01:10 UTC

[tvm] branch main updated (55f1d7e2c4 -> 71d772fcf6)

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 55f1d7e2c4 [TIR][UX] allow override when register TensorIntrin (#12439)
     add 71d772fcf6 Zephyr: Add support for FVP (#12125)

No new revisions were added by this update.

Summary of changes:
 .../template_project/CMakeLists.txt.template       |   2 +-
 .../FVP_Corstone_SSE-300_Ethos-U55}                |  31 ++-
 .../zephyr/template_project/microtvm_api_server.py | 306 +++++++++++++++++++--
 .../src/host_driven/fvp/semihost.c                 |  87 ++++++
 .../src/host_driven/fvp/semihost.h                 |  28 +-
 .../zephyr/template_project/src/host_driven/main.c |  42 ++-
 cmake/modules/Zephyr.cmake                         |   2 +
 tests/lint/check_file_type.py                      |   3 +-
 tests/micro/zephyr/conftest.py                     |  28 ++
 tests/micro/zephyr/test_zephyr.py                  |  77 ++++--
 tests/micro/zephyr/test_zephyr_aot_exec.py         |  14 +-
 .../zephyr/test_zephyr_aot_exec_standalone.py      |   8 +-
 tests/scripts/task_python_microtvm.sh              |   1 +
 13 files changed, 536 insertions(+), 93 deletions(-)
 copy apps/microtvm/zephyr/template_project/{qemu-hack/qemu-system-i386 => fvp-hack/FVP_Corstone_SSE-300_Ethos-U55} (60%)
 create mode 100644 apps/microtvm/zephyr/template_project/src/host_driven/fvp/semihost.c
 copy src/target/parsers/cpu.h => apps/microtvm/zephyr/template_project/src/host_driven/fvp/semihost.h (65%)