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 8ebdf6e [MetaSchedule] Misc update for e2e workloads (#10776)
add 0b2f5b7 [ci] Skip flaky CMSISNN test (#10749)
add 63461c0 Fix clang llvm 12.0.1 warnings (#10744)
add e9091d6 [ARM] Support NCHWc alter layout in the fallback mode (#10724)
add d7f1799 Eliminate some compiler warnings for microNPU demo app
(#10549)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 15 +++++--
python/tvm/topi/arm_cpu/conv2d_alter_op.py | 29 +++++++++++---
python/tvm/topi/arm_cpu/conv2d_int8.py | 12 ++++++
python/tvm/topi/x86/conv2d_alter_op.py | 1 +
python/tvm/topi/x86/conv2d_int8.py | 16 ++++++--
.../backend/contrib/cmsisnn/tir_to_runtime.cc | 9 ++---
src/relay/backend/contrib/ethosu/source_module.cc | 9 ++---
.../contrib/example_target_hooks/tir_to_runtime.cc | 3 +-
src/target/llvm/codegen_llvm.cc | 2 +-
src/target/source/codegen_c_host.cc | 26 +++++++++++-
src/target/source/codegen_c_host.h | 4 +-
src/tir/transforms/bind_params.cc | 1 -
.../backend/contrib/cmsisnn/buffer_size_test.cc | 3 +-
.../unittest/test_meta_schedule_integration.py | 46 ++++++++++++++++++++++
14 files changed, 145 insertions(+), 31 deletions(-)