This is an automated email from the ASF dual-hosted git repository.
zhaowu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 82289ea [TVMC] fail gracefully in case no subcommand is provided
(#6625)
add 8369adc Add dot product support for quantized convolution. (#6445)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 44 +++-
python/tvm/topi/arm_cpu/arm_utils.py | 100 ++++++++
python/tvm/topi/arm_cpu/conv2d_alter_op.py | 105 +++++---
python/tvm/topi/arm_cpu/conv2d_gemm.py | 283 ++++++++++++++------
python/tvm/topi/arm_cpu/conv2d_int8.py | 120 +++++++--
python/tvm/topi/arm_cpu/tensor_intrin.py | 298 +++++++++++++++++++++-
tests/python/relay/test_pass_alter_op_layout.py | 2 +-
tests/python/topi/python/test_topi_conv2d_int8.py | 105 ++++----
8 files changed, 874 insertions(+), 183 deletions(-)
create mode 100644 python/tvm/topi/arm_cpu/arm_utils.py