This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard 584c4c8a63 [ci][docker] Nightly Docker image update
add 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)
add 4fc79b5594 [ETHOSN] Supply output tensor to issupported checks (#11944)
add 34c262b3f6 [ci][docker] Nightly Docker image update
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (584c4c8a63)
\
N -- N -- N refs/heads/nightly-docker-update (34c262b3f6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 16 +-
ci/jenkins/Jenkinsfile.j2 | 16 +-
python/tvm/relay/op/contrib/ethosn.py | 44 ++----
python/tvm/tir/schedule/_type_checker.py | 9 +-
python/tvm/tir/schedule/schedule.py | 8 +-
src/relay/backend/aot_executor_codegen.cc | 1 -
.../backend/contrib/cmsisnn/compiler_attrs.cc | 3 +-
src/relay/backend/contrib/ethosn/codegen.cc | 55 ++++---
src/relay/backend/contrib/ethosn/ethosn_api.cc | 165 +++++++++++++++++----
src/relay/backend/contrib/ethosn/ethosn_api.h | 26 +++-
.../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 ++++++
.../python/contrib/test_ethosn/test_concatenate.py | 2 +-
tests/python/contrib/test_ethosn/test_mean.py | 18 ++-
tests/python/contrib/test_ethosn/test_networks.py | 4 +-
tests/python/relay/aot/corstone300.mk | 8 +-
21 files changed, 341 insertions(+), 147 deletions(-)