This is an automated email from the ASF dual-hosted git repository.
mousius pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.
discard 3eb928d Update Zephyr project generator for 2.7
discard 09614c1 Update qemu image
add b365586 Use ci.py explicitly in docs building instructions (#9971)
add 3b20c21 [microTVM] Include standalone_crt dependencies in MLF (#10095)
add 3de25b8 [ETHOSN] Per-tensor support for int8 operations (#10018)
add 1d01e28 [CI] Update DGL in gpu image (#10111)
add 7d4821f Update ci_qemu to v0.10 and Zephyr project generator for
Zephyr 2.7
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 (3eb928d)
\
N -- N -- N refs/heads/ci-docker-staging (7d4821f)
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 | 8 +-
apps/microtvm/ethosu/Makefile | 2 +-
apps/microtvm/ethosu/run_demo.sh | 2 +-
docs/README.md | 67 +++++-----
gallery/how_to/work_with_relay/build_gcn.py | 6 -
python/tvm/micro/model_library_format.py | 19 ++-
python/tvm/relay/backend/executor_factory.py | 4 +
python/tvm/relay/build_module.py | 1 +
python/tvm/relay/op/contrib/ethosn.py | 3 -
src/relay/backend/contrib/ethosn/codegen.cc | 89 ++++++++-----
src/relay/backend/contrib/ethosn/ethosn_api.cc | 127 +++++++++++++------
src/relay/backend/contrib/ethosn/ethosn_api.h | 10 +-
tests/python/contrib/test_ethosn/infrastructure.py | 34 ++---
tests/python/contrib/test_ethosn/test_addition.py | 30 +++--
.../python/contrib/test_ethosn/test_concatenate.py | 19 +--
.../test_ethosn/test_constant_duplication.py | 1 +
tests/python/contrib/test_ethosn/test_conv2d.py | 130 ++++++++++---------
.../contrib/test_ethosn/test_depth_to_space.py | 25 +++-
.../contrib/test_ethosn/test_fullyconnected.py | 30 ++++-
tests/python/contrib/test_ethosn/test_networks.py | 24 ++++
tests/python/contrib/test_ethosn/test_pooling.py | 21 ++--
tests/python/contrib/test_ethosn/test_relu.py | 47 ++++---
tests/python/contrib/test_ethosn/test_reshape.py | 21 +++-
tests/python/contrib/test_ethosn/test_sigmoid.py | 48 ++++----
tests/python/contrib/test_ethosn/test_split.py | 20 ++-
.../python/contrib/test_ethosn/test_topologies.py | 137 ++++++++++++++-------
tests/scripts/ci.py | 8 +-
tests/scripts/task_python_docs.sh | 93 ++++++++++++--
tests/scripts/task_sphinx_precheck.sh | 37 +-----
29 files changed, 681 insertions(+), 382 deletions(-)