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

[tvm] branch main updated (58a85b80ed -> 0fb155c3c9)

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

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


    from 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 ++++++
 cmake/modules/Hexagon.cmake                        | 24 ++++++----
 cmake/modules/LibInfo.cmake                        |  1 +
 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 +-
 11 files changed, 130 insertions(+), 64 deletions(-)
 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