You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/03 20:05:56 UTC

[tvm] branch last-successful updated (5733d9754a -> 0fb155c3c9)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 5733d9754a [microNPU] Match requantize in min/max with activation pattern (#11010)
     add 58a85b80ed [docker][RVM][microtvm] Refactor CMSIS installation to add to RVM (#11148)
     add 0fb155c3c9 [Hexagon] Add support for on-device unit testing using gtest (#11145)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     | 14 +++++-
 apps/hexagon_api/CMakeLists.txt                    | 13 ++++++
 apps/microtvm/reference-vm/base-box-tool.py        |  1 +
 .../zephyr/base-box/base_box_provision.sh          |  6 ++-
 .../reference-vm/zephyr/provision_setup.sh         |  1 +
 cmake/modules/Hexagon.cmake                        | 24 ++++++----
 cmake/modules/LibInfo.cmake                        |  1 +
 docker/Dockerfile.ci_cpu                           |  5 +++
 docker/Dockerfile.ci_qemu                          |  5 +++
 .../install/ubuntu_install_cmsis.sh                | 33 ++++++++++----
 .../install/ubuntu_install_ethosu_driver_stack.sh  | 11 +----
 src/runtime/hexagon/hexagon_buffer.cc              | 25 +++--------
 src/runtime/hexagon/hexagon_user_dma.cc            | 13 +-----
 src/support/libinfo.cc                             |  5 +++
 .../hexagon/hexagon_buffer_tests.cc}               |  3 +-
 .../cpp-runtime/hexagon/run_all_tests.cc           | 51 +++++++++++++---------
 tests/python/contrib/test_hexagon/unit_tests.py    | 42 ++++++++++++++++++
 tests/scripts/task_build_hexagon_api.sh            |  3 +-
 18 files changed, 173 insertions(+), 83 deletions(-)
 copy apps/microtvm/reference-vm/scripts/reference_vm_build.sh => docker/install/ubuntu_install_cmsis.sh (60%)
 rename tests/{cpp/runtime/hexagon_buffer.cc => cpp-runtime/hexagon/hexagon_buffer_tests.cc} (99%)
 copy src/runtime/opencl/sdaccel/sdaccel_module.h => tests/cpp-runtime/hexagon/run_all_tests.cc (50%)
 create mode 100644 tests/python/contrib/test_hexagon/unit_tests.py