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 7233c29 [microNPU] changing region 'tvmbaw*' to 'dynamic*' (#10338)
add 3ceae5f [CMSIS-NN] Fallback to native schedules for unsupported
partiti ned functions (#10603)
add e1af228 Mark x86 specific test (#10672)
add 2fc7d16 Add AArch64 frontend dependencies to Dockerfile (#10676)
add bd684de [CI FIX] (Really) Skip test_conv2d in Hexagon (i386) (#10687)
add 9d0a7a1 Fix some tiny spell error (#10693)
No new revisions were added by this update.
Summary of changes:
docker/Dockerfile.ci_arm | 16 +++++
...low.sh => ubuntu_install_tensorflow_aarch64.sh} | 12 ++--
python/tvm/testing/utils.py | 17 +++++
python/tvm/topi/arm_cpu/tensor_intrin.py | 6 +-
src/relay/backend/contrib/cmsisnn/relay_to_tir.cc | 24 ++++++-
src/relay/backend/te_compiler_cache.cc | 2 +
src/relay/backend/utils.cc | 10 ++-
.../contrib/test_cmsisnn/test_invalid_graphs.py | 83 ++++++++++++++++++++++
.../contrib/test_hexagon/test_conv2d_conv2d.py | 5 +-
tests/python/relay/test_op_level2.py | 1 +
10 files changed, 160 insertions(+), 16 deletions(-)
copy docker/install/{ubuntu_install_tensorflow.sh =>
ubuntu_install_tensorflow_aarch64.sh} (73%)
create mode 100644 tests/python/contrib/test_cmsisnn/test_invalid_graphs.py