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/21 12:27:15 UTC

[tvm] branch last-successful updated (e54f324311 -> f00f461b75)

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 e54f324311 [UX][TIR][Schedule] enhance function annotation for tir primitive (#12147)
     add f00f461b75 [CMSIS-NN] Support for passing cpu flags to Arm(R) Corstone(TM)-300 software (#12132)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/aot_executor_codegen.cc          |  1 -
 .../backend/contrib/cmsisnn/compiler_attrs.cc      |  3 +-
 .../backend/contrib/cmsisnn/compiler_attrs_test.cc |  4 +--
 .../python/contrib/test_cmsisnn/test_binary_ops.py | 16 +++++++--
 tests/python/contrib/test_cmsisnn/test_conv2d.py   | 17 ++++++---
 .../contrib/test_cmsisnn/test_fully_connected.py   | 12 ++++---
 tests/python/contrib/test_cmsisnn/test_pooling.py  | 10 ++++--
 tests/python/contrib/test_cmsisnn/test_softmax.py  | 12 ++++---
 tests/python/contrib/test_cmsisnn/utils.py         | 42 ++++++++++++++++++++++
 tests/python/relay/aot/corstone300.mk              |  8 +++--
 10 files changed, 99 insertions(+), 26 deletions(-)