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 393d5f7fd2 [FIX,PROFILER] Fix PAPI test and test in CI (#12953)
add 2e257f0376 [Hexagon] Do not use `target` test fixture in Hexagon tests
(#12981)
No new revisions were added by this update.
Summary of changes:
.../python/contrib/test_hexagon/infrastructure.py | 8 +++++++-
.../test_hexagon/test_2d_physical_buffers.py | 16 +++------------
tests/python/contrib/test_hexagon/test_autotvm.py | 11 ++++++-----
.../test_hexagon/test_benchmark_elemwise_add.py | 8 +++-----
.../test_hexagon/test_benchmark_maxpool2d.py | 12 +++--------
.../contrib/test_hexagon/test_cache_read_write.py | 5 +++--
.../test_hexagon/test_fixed_point_multiply.py | 8 ++++----
tests/python/contrib/test_hexagon/test_launcher.py | 17 +++++++---------
.../contrib/test_hexagon/test_memory_alloc.py | 11 +++--------
.../contrib/test_hexagon/test_meta_schedule.py | 23 +++++++---------------
tests/python/contrib/test_hexagon/test_models.py | 5 +++--
.../contrib/test_hexagon/test_parallel_hvx.py | 11 +++++------
.../test_hexagon/test_parallel_hvx_load_vtcm.py | 16 ++++++---------
.../contrib/test_hexagon/test_parallel_scalar.py | 11 +++++------
tests/python/contrib/test_hexagon/test_sigmoid.py | 8 ++------
.../test_hexagon/test_software_pipeline_async.py | 7 +++----
.../contrib/test_hexagon/test_thread_pool.py | 10 ++++++----
.../contrib/test_hexagon/test_vtcm_bandwidth.py | 12 +++++------
.../topi/test_add_subtract_multiply.py | 10 +++++++---
.../contrib/test_hexagon/topi/test_argmax_slice.py | 6 ++----
.../test_hexagon/topi/test_avg_pool2d_slice.py | 12 ++++++-----
.../contrib/test_hexagon/topi/test_batch_matmul.py | 11 +++++------
.../contrib/test_hexagon/topi/test_cast_slice.py | 14 ++++++-------
.../python/contrib/test_hexagon/topi/test_clip.py | 9 +++------
.../test_hexagon/topi/test_conv2d_fp16_intrin.py | 7 +++----
.../contrib/test_hexagon/topi/test_conv2d_nchw.py | 6 +++---
.../contrib/test_hexagon/topi/test_conv2d_nhwc.py | 10 ++++------
.../contrib/test_hexagon/topi/test_conv2d_slice.py | 8 ++------
.../test_hexagon/topi/test_conv2d_transpose.py | 11 +++++------
.../python/contrib/test_hexagon/topi/test_dense.py | 9 ++++-----
.../test_hexagon/topi/test_depth_to_space.py | 7 ++-----
.../test_hexagon/topi/test_depthwise_conv2d.py | 7 +++----
.../test_hexagon/topi/test_dequantize_slice.py | 11 +++++++----
.../test_hexagon/topi/test_dwconv2d_slice.py | 8 ++------
.../test_hexagon/topi/test_max_pool2d_slice.py | 9 ++-------
tests/python/contrib/test_hexagon/topi/test_pad.py | 7 ++++---
.../contrib/test_hexagon/topi/test_pooling.py | 12 +++++------
.../contrib/test_hexagon/topi/test_quantize.py | 11 +++++++----
.../contrib/test_hexagon/topi/test_reduce.py | 8 +++-----
.../contrib/test_hexagon/topi/test_relu_slice.py | 9 ++-------
.../contrib/test_hexagon/topi/test_reshape.py | 10 +++-------
.../contrib/test_hexagon/topi/test_resize2d.py | 5 ++---
.../contrib/test_hexagon/topi/test_softmax.py | 9 ++++-----
.../test_hexagon/topi/test_softmax_slice.py | 3 ++-
.../contrib/test_hexagon/topi/test_tanh_slice.py | 6 ++----
45 files changed, 184 insertions(+), 250 deletions(-)
mode change 100755 => 100644
tests/python/contrib/test_hexagon/test_2d_physical_buffers.py