This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 63461c0 Fix clang llvm 12.0.1 warnings (#10744)
add e9091d6 [ARM] Support NCHWc alter layout in the fallback mode (#10724)
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 ++++++--
.../unittest/test_meta_schedule_integration.py | 46 ++++++++++++++++++++++
6 files changed, 107 insertions(+), 12 deletions(-)