You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/02/23 02:52:10 UTC

[tvm] branch main updated (97648d8 -> 6c6e873)

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 97648d8  add reading of nRF5340 DK product ID to determine which COM port to use (#10304)
     add 6c6e873  [ARM_CPU] Conv2d int8 intrinsic for cortex-A72 (#10310)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/backend/te_compiler.py           |   2 +
 python/tvm/relay/op/strategy/arm_cpu.py           |  36 +++-
 python/tvm/topi/arm_cpu/arm_utils.py              |   6 +
 python/tvm/topi/arm_cpu/conv2d_alter_op.py        | 105 +++++++++-
 python/tvm/topi/arm_cpu/conv2d_int8.py            | 135 ++++++++++---
 python/tvm/topi/arm_cpu/tensor_intrin.py          | 134 +++++++++++-
 python/tvm/topi/generic/conv2d.py                 | 236 +++++++++++++++++++---
 python/tvm/topi/x86/conv2d_alter_op.py            | 118 +----------
 src/parser/parser.cc                              |   8 +-
 tests/python/topi/python/test_topi_conv2d_int8.py | 125 +++++++-----
 10 files changed, 679 insertions(+), 226 deletions(-)