This is an automated email from the ASF dual-hosted git repository.
lukhut pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 4e260d183f [BugFix][Pattern] Fixed a bug in PatternGrouper (#12901)
add de6d806775 [CMSIS-NN] Support for int16 conv2d (#12950)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/cmsisnn.py | 47 +++++--
src/relay/backend/contrib/cmsisnn/buffer_size.cc | 80 +++++++++++-
src/relay/backend/contrib/cmsisnn/buffer_size.h | 36 +++++-
src/relay/backend/contrib/cmsisnn/relay_to_tir.cc | 52 +++++---
.../backend/contrib/cmsisnn/tir_to_runtime.cc | 4 +-
.../backend/contrib/cmsisnn/buffer_size_test.cc | 86 ++++++++++---
tests/python/contrib/test_cmsisnn/test_conv2d.py | 142 +++++++++++++--------
tests/python/contrib/test_cmsisnn/utils.py | 65 ++++++----
8 files changed, 374 insertions(+), 138 deletions(-)