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 122be3f Add group_conv2d_transpose_nchw to CUDA backend (#10423)
add 1df1580 [MISC] Add miss Type2Str and remove compile warnings (#10430)
add 8f6fa8f [cleanup] Log compile errors for AOT tests (#10214)
add a772de8 [skip ci][CI][Fix] Fixing lint (#10445)
add 4913453 [CMSIS-NN] enable USMP with CMSIS-NN (#10224)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/expr_functor.h | 4 +
include/tvm/runtime/container/shape_tuple.h | 4 +-
include/tvm/runtime/packed_func.h | 4 +
python/tvm/topi/cuda/conv2d_transpose.py | 12 +-
src/relay/backend/contrib/cmsisnn/relay_to_tir.cc | 165 ++++++++++++---------
.../backend/contrib/cmsisnn/tir_to_runtime.cc | 9 +-
.../python/contrib/test_cmsisnn/test_binary_ops.py | 5 +-
tests/python/contrib/test_cmsisnn/test_conv2d.py | 7 +-
.../contrib/test_cmsisnn/test_fully_connected.py | 3 +-
tests/python/contrib/test_cmsisnn/test_networks.py | 5 +-
tests/python/contrib/test_cmsisnn/test_pooling.py | 3 +-
tests/python/contrib/test_cmsisnn/test_softmax.py | 3 +-
tests/python/integration/test_arm_mprofile_dsp.py | 1 +
tests/python/relay/aot/aot_test_utils.py | 59 +++++---
14 files changed, 179 insertions(+), 105 deletions(-)