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 95509eed26 fix matmul broadcast (#11242)
add f34bd22ddc Fix function number datatype from char to uint16_t (#10014)
add dd3262fa04 [ci][docker] Conditionally link sccache to clang (#11316)
add 3fbd9b66b7 [CI] Added message if test is running on another shard
(#11331)
add fb0938a541 [CI] update oneDNN to v2.6 (#11140)
add 89a439ed4c [Hexagon] Add unit tests for Hexagon Device API (#11319)
add 9273ea5e49 [Hexagon]Refactor Hexagon_SDK_PATH (#11282)
add ab8dfa151d use libtorch c++ distribution with c++11 strings in gpu
image (#11346)
add 9aaf96ef13 [ci][actions] Add more HTTP retries for conda (#11360)
add c32224f314 [skip ci] Revert "Fix function number datatype from char to
uint16_t (#10014)" (#11363)
No new revisions were added by this update.
Summary of changes:
.github/actions/setup/action.yml | 1 +
.../tvm/script/tir/prim_func.py => conda/condarc | 45 +++----
conftest.py | 17 ++-
docker/Dockerfile.ci_gpu | 3 +
docker/Dockerfile.ci_hexagon | 1 -
docker/install/ubuntu_install_dnnl.sh | 33 ++++-
...u_install_dgl.sh => ubuntu_install_libtorch.sh} | 6 +-
docker/install/ubuntu_install_sccache.sh | 10 +-
python/tvm/contrib/hexagon/tools.py | 16 +--
src/runtime/hexagon/hexagon_device_api.cc | 34 ++---
src/runtime/hexagon/hexagon_device_api.h | 10 ++
.../hexagon/hexagon_device_api_tests.cc | 148 +++++++++++++++++++++
tests/lint/check_file_type.py | 1 +
tests/python/contrib/test_hexagon/README.md | 4 +-
.../contrib/test_hexagon/test_run_unit_tests.py | 6 +-
tests/scripts/task_build_hexagon_api.sh | 7 +-
tests/scripts/task_config_build_hexagon.sh | 2 +-
tests/scripts/task_python_hexagon.sh | 6 -
18 files changed, 265 insertions(+), 85 deletions(-)
copy python/tvm/script/tir/prim_func.py => conda/condarc (51%)
copy docker/install/{ubuntu_install_dgl.sh => ubuntu_install_libtorch.sh} (79%)
create mode 100644 tests/cpp-runtime/hexagon/hexagon_device_api_tests.cc