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/08 05:16:52 UTC

[tvm] branch main updated (6be04d72c2 -> 62bdc91b1a)

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 6be04d72c2 [OpenCLML] CLML Profiling fixes corresponding to OpenCL Timer recent … (#12711)
     add 62bdc91b1a Add Arm DSP implementation of Depthwise Conv2D (#12448)

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/depthwise_conv2d.py        |  19 ++
 .../topi/arm_cpu/mprofile/dsp/depthwise_conv2d.py  | 245 +++++++++++++++++++++
 .../dsp/micro_kernel/quad_channel_convolve.py      | 180 +++++++++++++++
 .../strategy/arm_cpu/test_depthwise_conv2d.py      |  25 +++
 5 files changed, 491 insertions(+)
 create mode 100644 python/tvm/topi/arm_cpu/mprofile/dsp/depthwise_conv2d.py
 create mode 100644 python/tvm/topi/arm_cpu/mprofile/dsp/micro_kernel/quad_channel_convolve.py