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

[tvm] branch last-successful updated (d1c9febeca -> 9d1fe6d8d1)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from d1c9febeca [ETHOSN] Remove support for 22.05 version of the driver stack (#12770)
     add 17e4644019 [TIR][MetaSchedule] Add regression test for layout_rewrite extent=1 (#12916)
     add e3a6cb6a1b [microTVM] Generalize depthwise_conv2d schedule (#12856)
     add 9d1fe6d8d1 [Target] Add Ampere GPUs CUDA tags (#12930)

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 ------------------
 src/meta_schedule/postproc/rewrite_layout.cc       |   2 +
 src/target/tag.cc                                  |   9 +
 .../strategy/arm_cpu/test_depthwise_conv2d.py      |  43 +++--
 .../test_meta_schedule_postproc_rewrite_layout.py  | 156 ++++++++++-----
 10 files changed, 446 insertions(+), 355 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