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/03 06:04:14 UTC

[incubator-tvm] branch main updated (6dc8e22 -> 01b98c1)

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 6dc8e22  [rust][tvm-graph-rt]: maintain error sources when propagating errors, swap Mutex for RwLock (#6815)
     add 01b98c1  Improve AArch64 depthwise convolution through smlal/smlal2 intrinsic (#6711)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/arm_cpu/depthwise_conv2d.py        | 65 +++++++++++++---
 python/tvm/topi/arm_cpu/tensor_intrin.py           | 90 ++++++++++++++++++++++
 .../topi/python/test_topi_depthwise_conv2d.py      | 54 +++++++++++++
 3 files changed, 200 insertions(+), 9 deletions(-)