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 2023a20339 [build][hexagon] Respect x86 C/C++ compiler choice (#11312)
add aa67a6a01c [Hexagon] Add USMP tests (#11279)
No new revisions were added by this update.
Summary of changes:
.../{relay/backend/utils.py => testing/usmp.py} | 34 ++++---
tests/python/contrib/test_hexagon/conftest.py | 15 +--
tests/python/contrib/test_hexagon/test_launcher.py | 13 +--
tests/python/contrib/test_hexagon/test_models.py | 26 ++---
.../contrib/test_hexagon/test_thread_pool.py | 5 +-
tests/python/contrib/test_hexagon/test_usmp.py | 112 +++++++++++++++++++++
.../contrib/test_hexagon/topi/test_batch_matmul.py | 5 +-
.../test_hexagon/topi/test_cache_read_write.py | 7 +-
.../contrib/test_hexagon/topi/test_conv2d_nchw.py | 3 +-
.../contrib/test_hexagon/topi/test_conv2d_nhwc.py | 3 +-
.../test_hexagon/topi/test_conv2d_transpose.py | 3 +-
.../python/contrib/test_hexagon/topi/test_dense.py | 10 +-
.../test_hexagon/topi/test_depthwise_conv2d.py | 3 +-
.../contrib/test_hexagon/topi/test_pooling.py | 3 +-
.../contrib/test_hexagon/topi/test_reduce.py | 5 +-
.../contrib/test_hexagon/topi/test_softmax.py | 3 +-
tests/python/relay/aot/test_crt_aot_usmp.py | 33 +++---
17 files changed, 208 insertions(+), 75 deletions(-)
copy python/tvm/{relay/backend/utils.py => testing/usmp.py} (53%)
create mode 100644 tests/python/contrib/test_hexagon/test_usmp.py