You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/09/28 21:14:58 UTC

[tvm] branch main updated (17e4644019 -> e3a6cb6a1b)

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

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


    from 17e4644019 [TIR][MetaSchedule] Add regression test for layout_rewrite extent=1 (#12916)
     add e3a6cb6a1b [microTVM] Generalize depthwise_conv2d schedule (#12856)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/arm_cpu.py            |  22 ++-
 python/tvm/topi/arm_cpu/conv2d_alter_op.py         |  38 +++-
 .../topi/arm_cpu/mprofile/dsp/depthwise_conv2d.py  | 126 +++----------
 .../arm_cpu/mprofile/dsp/micro_kernel/common.py    |  15 ++
 .../dsp/micro_kernel/multi_channel_convolve.py     | 210 +++++++++++++++++++++
 .../dsp/micro_kernel/quad_channel_convolve.py      | 180 ------------------
 .../strategy/arm_cpu/test_depthwise_conv2d.py      |  43 +++--
 7 files changed, 327 insertions(+), 307 deletions(-)
 create mode 100644 python/tvm/topi/arm_cpu/mprofile/dsp/micro_kernel/multi_channel_convolve.py
 delete mode 100644 python/tvm/topi/arm_cpu/mprofile/dsp/micro_kernel/quad_channel_convolve.py