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 24e89befd6 [TVMScript] IRModule parser (#13176)
add 3131cdc56a [Target] Replace utility functions with target.features
(#12455)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 11 ++--
python/tvm/relay/qnn/op/legalizations.py | 21 ++------
python/tvm/topi/arm_cpu/arm_utils.py | 58 ++--------------------
python/tvm/topi/arm_cpu/conv2d_gemm.py | 23 +++++----
python/tvm/topi/arm_cpu/conv2d_int8.py | 12 +++--
python/tvm/topi/arm_cpu/depthwise_conv2d.py | 5 +-
src/target/parsers/cpu.cc | 5 ++
.../contrib/test_arm_compute_lib/test_network.py | 25 +++++++---
tests/python/relay/test_op_level2.py | 4 +-
tests/python/target/test_arm_target.py | 37 ++++++++------
tests/python/topi/python/test_topi_conv2d_int8.py | 5 +-
11 files changed, 88 insertions(+), 118 deletions(-)