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

[tvm] branch last-successful updated (0e2e61912d -> b03f11dfde)

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 0e2e61912d [CI] Update Docker images for new CMSIS-NN (#11336)
     add b03f11dfde [Hexagon]Use requires_hexagon instead of requires_hexagon_toolchain if running on hexagon target (#11294)

No new revisions were added by this update.

Summary of changes:
 python/tvm/testing/utils.py                              |  4 ++++
 tests/python/contrib/test_hexagon/benchmark_hexagon.py   | 12 +++---------
 .../contrib/test_hexagon/test_2d_physical_buffers.py     | 10 +++++++---
 tests/python/contrib/test_hexagon/test_launcher.py       | 16 +++++++---------
 tests/python/contrib/test_hexagon/test_models.py         |  6 ++----
 tests/python/contrib/test_hexagon/test_run_unit_tests.py |  9 +++++----
 tests/python/contrib/test_hexagon/test_thread_pool.py    | 13 +++----------
 .../contrib/test_hexagon/topi/test_batch_matmul.py       |  6 +++---
 .../contrib/test_hexagon/topi/test_cache_read_write.py   |  7 +++----
 .../python/contrib/test_hexagon/topi/test_conv2d_nchw.py |  4 +---
 .../python/contrib/test_hexagon/topi/test_conv2d_nhwc.py |  5 +----
 .../contrib/test_hexagon/topi/test_conv2d_transpose.py   |  4 +---
 tests/python/contrib/test_hexagon/topi/test_dense.py     |  4 +---
 .../contrib/test_hexagon/topi/test_depthwise_conv2d.py   |  3 +--
 tests/python/contrib/test_hexagon/topi/test_pooling.py   | 16 +++++++---------
 tests/python/contrib/test_hexagon/topi/test_reduce.py    |  4 +---
 tests/python/contrib/test_hexagon/topi/test_softmax.py   |  4 +---
 17 files changed, 51 insertions(+), 76 deletions(-)