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 8dafaf3a4d [Adreno] Fix winograd schedule to support prime shapes > 4 (#12157) add a07e18ea4e [HEXAGON] QCOM hexagon library (qhl) (#12149) add 9863cf0d5f [hexagon][testing] Better pytest ID strings (#12154) No new revisions were added by this update. Summary of changes: apps/hexagon_api/CMakeLists.txt | 1 + cmake/config.cmake | 3 + cmake/modules/Hexagon.cmake | 28 +++- src/runtime/hexagon/qhl/qhl_wrapper.cc | 89 +++++++++++ src/target/llvm/codegen_hexagon.cc | 59 +++++++ src/target/llvm/intrin_rule_hexagon.cc | 171 +++++++++++++++++++-- tests/python/contrib/test_hexagon/pytest_util.py | 93 +++++++++++ .../test_hexagon/topi/test_avg_pool2d_slice.py | 45 ++++-- tests/scripts/task_config_build_hexagon.sh | 1 + 9 files changed, 457 insertions(+), 33 deletions(-) create mode 100644 src/runtime/hexagon/qhl/qhl_wrapper.cc create mode 100644 tests/python/contrib/test_hexagon/pytest_util.py