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/07/11 21:08:34 UTC

[tvm] branch last-successful updated (04db26e8d9 -> b4c1cc02eb)

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 04db26e8d9 [microtvm][RVM] Refactor Arduino/Zephyr into one RVM (#12023)
     add b4c1cc02eb [CMSIS-NN][Perf] Converted Relay Conv2D into CMSIS-NN Depthwise (#12006)

No new revisions were added by this update.

Summary of changes:
 apps/microtvm/zephyr_cmsisnn/CMakeLists.txt        |   5 +
 .../contrib/cmsisnn/{target.cc => convolutions.cc} |  26 ++--
 src/relay/backend/contrib/cmsisnn/convolutions.h   |  60 +++++++++
 .../backend/contrib/cmsisnn/generate_constants.cc  |   7 +-
 src/relay/backend/contrib/cmsisnn/relay_to_tir.cc  |  13 +-
 tests/python/contrib/test_cmsisnn/test_conv2d.py   | 144 ++++++++++++++++++++-
 6 files changed, 230 insertions(+), 25 deletions(-)
 copy src/relay/backend/contrib/cmsisnn/{target.cc => convolutions.cc} (56%)
 create mode 100644 src/relay/backend/contrib/cmsisnn/convolutions.h