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 81e6e17ff0 [skip ci][ci] Ignore certain files for triggering docker
builds (#13167)
add e7a72af0c1 [microTVM] Improve code reuse in Corstone300 conv2d tests
(#13051)
add eeb8b7067e [Docker][CI] Remove mounting local download path to docker
(#13108)
No new revisions were added by this update.
Summary of changes:
docker/bash.sh | 10 -
python/tvm/relay/op/strategy/arm_cpu.py | 6 +-
python/tvm/topi/arm_cpu/conv2d.py | 6 +-
python/tvm/topi/arm_cpu/depthwise_conv2d.py | 8 +-
.../topi/arm_cpu/mprofile/dsp/tensordot_conv2ds.py | 39 +++-
python/tvm/topi/utils.py | 27 ---
tests/python/relay/strategy/arm_cpu/test_conv2d.py | 133 ++++++++++++
.../relay/strategy/arm_cpu/test_conv2d_nchw.py | 110 ----------
.../relay/strategy/arm_cpu/test_conv2d_nhwc.py | 180 ----------------
.../strategy/arm_cpu/test_depthwise_conv2d.py | 235 +++++++--------------
.../strategy/arm_cpu/test_generalized_conv2d.py | 152 +++++++++++++
.../relay/strategy/arm_cpu/test_group_conv2d.py | 142 +++----------
12 files changed, 446 insertions(+), 602 deletions(-)
create mode 100644 tests/python/relay/strategy/arm_cpu/test_conv2d.py
delete mode 100644 tests/python/relay/strategy/arm_cpu/test_conv2d_nchw.py
delete mode 100644 tests/python/relay/strategy/arm_cpu/test_conv2d_nhwc.py
create mode 100644
tests/python/relay/strategy/arm_cpu/test_generalized_conv2d.py