You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/11/06 22:42:25 UTC

[incubator-tvm] branch main updated (3ea0686 -> 83b75f8)

This is an automated email from the ASF dual-hosted git repository.

zhaowu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 3ea0686  [FIX,RPC] Skip RPC tests when using multiprocessing's spawn method (#6858)
     add 83b75f8  Add smmla/ummla support in quantized Conv2d (#6802)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/arm_cpu/arm_utils.py              |  27 +++-
 python/tvm/topi/arm_cpu/conv2d_gemm.py            | 179 +++++++++++++++-------
 python/tvm/topi/arm_cpu/tensor_intrin.py          | 106 ++++++++++++-
 tests/python/topi/python/test_topi_conv2d_int8.py |   6 +
 4 files changed, 252 insertions(+), 66 deletions(-)