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 383bd41931 Fix TFLite 2.9 tests (#12130)
add 52779f1273 [CMSIS-NN] Pad fusion with QNN Conv2D (#12353)
add d271678388 [CI][AArch64] Skip libgomp failures in integration tests
(#12554)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/cmsisnn.py | 50 ++-
src/relay/backend/contrib/cmsisnn/fuse_pads.cc | 209 +++++++++++++
tests/python/contrib/test_cmsisnn/test_conv2d.py | 277 +++++++++++++++--
.../python/contrib/test_cmsisnn/test_fuse_pads.py | 340 +++++++++++++++++++++
tests/python/contrib/test_cmsisnn/utils.py | 45 ++-
tests/python/driver/tvmc/test_autotuner.py | 9 +
tests/python/driver/tvmc/test_frontends.py | 9 +
tests/python/driver/tvmc/test_model.py | 4 +
8 files changed, 908 insertions(+), 35 deletions(-)
create mode 100644 src/relay/backend/contrib/cmsisnn/fuse_pads.cc
create mode 100644 tests/python/contrib/test_cmsisnn/test_fuse_pads.py