This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 18491ea update qemu install (#8518)
add 45497bd [Topi][UnitTests] Parameterize conv2d and depthwise_conv2d
tests (#8433)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/nn/conv2d.py | 5 +-
python/tvm/topi/nn/depthwise_conv2d.py | 52 +-
python/tvm/topi/nn/mapping.py | 31 +-
python/tvm/topi/testing/__init__.py | 6 +-
python/tvm/topi/testing/depthwise_conv2d_python.py | 57 ++
python/tvm/topi/x86/group_conv2d.py | 7 +-
tests/python/topi/python/test_topi_conv2d_nchw.py | 476 ++++++------
.../topi/python/test_topi_depthwise_conv2d.py | 858 ++++++++-------------
8 files changed, 736 insertions(+), 756 deletions(-)