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 84c50ef045 [ci][docs] Add external network resources to S3 (#12989)
     add fcbcd156c7 [microTVM] Add Cortex-M DSP schedules for optimal conv2d 
layouts (#12969)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/arm_cpu.py            |  67 ++++-
 python/tvm/topi/arm_cpu/conv2d.py                  |  16 ++
 python/tvm/topi/arm_cpu/depthwise_conv2d.py        |  19 +-
 .../arm_cpu/mprofile/dsp/micro_kernel/tensordot.py | 155 ++++++++++++
 .../topi/arm_cpu/mprofile/dsp/tensordot_conv2ds.py | 271 +++++++++++++++++++++
 python/tvm/topi/utils.py                           |  30 ++-
 .../relay/strategy/arm_cpu/test_conv2d_nhwc.py     |  36 ++-
 .../strategy/arm_cpu/test_depthwise_conv2d.py      |  27 ++
 8 files changed, 606 insertions(+), 15 deletions(-)
 create mode 100644 
python/tvm/topi/arm_cpu/mprofile/dsp/micro_kernel/tensordot.py
 create mode 100644 python/tvm/topi/arm_cpu/mprofile/dsp/tensordot_conv2ds.py

Reply via email to