You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/04/01 00:12:11 UTC

[tvm] branch main updated (63bb3b9 -> 912993f)

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

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


    from 63bb3b9  [Hexagon] Provide empty weak definitions of two missing functions (#10847)
     add 912993f  [ARM] Fix int8 NCHWc compute and alter layout (#10839)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/arm_cpu/conv2d_alter_op.py        |  2 +-
 python/tvm/topi/arm_cpu/conv2d_int8.py            |  9 ++++++---
 python/tvm/topi/arm_cpu/tensor_intrin.py          | 21 +++++++++++----------
 python/tvm/topi/nn/conv2d.py                      |  1 -
 python/tvm/topi/x86/conv2d_int8.py                |  2 +-
 tests/python/topi/python/test_topi_conv2d_int8.py | 14 +++++++-------
 6 files changed, 26 insertions(+), 23 deletions(-)