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

[tvm] branch main updated (fb0938a541 -> 89a439ed4c)

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

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


    from fb0938a541 [CI] update oneDNN to v2.6 (#11140)
     add 89a439ed4c [Hexagon] Add unit tests for Hexagon Device API (#11319)

No new revisions were added by this update.

Summary of changes:
 docker/Dockerfile.ci_hexagon                       |   1 -
 src/runtime/hexagon/hexagon_device_api.cc          |  34 ++---
 src/runtime/hexagon/hexagon_device_api.h           |  10 ++
 .../hexagon/hexagon_device_api_tests.cc            | 148 +++++++++++++++++++++
 .../contrib/test_hexagon/test_run_unit_tests.py    |   6 +-
 tests/scripts/task_build_hexagon_api.sh            |   5 +-
 tests/scripts/task_python_hexagon.sh               |   3 -
 7 files changed, 177 insertions(+), 30 deletions(-)
 create mode 100644 tests/cpp-runtime/hexagon/hexagon_device_api_tests.cc