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.
omit a45c68d [CI] Move docs precheck to docs: GPU
add f93f2a6 [microTVM][tvmc] Add TVMC Micro tutorial for Zephyr (#10024)
add fa317ed [CI][Fix] Remove additional qnn.op.transpose_conv2d from docs
(#10083)
add 5fa529c Use ci.py explicitly in docs building instructions
add 07b2299 trigger ci
add 997fd29 trigger ci
add 1c87911 trigger ci
add d1ed23a trigger ci
add 5f528e8 trigger ci
add 6ebcff3 trigger ci
add c12013f trigger ci
add 2bb5f58 trigger ci
add d35a262 trigger ci
add 63b80e3 add more warnings
add 07177cc address comments
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 (a45c68d)
\
N -- N -- N refs/heads/ci-docker-staging (07177cc)
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 | 4 -
docs/README.md | 67 ++++---
docs/conf.py | 1 +
docs/reference/langref/relay_op.rst | 1 -
.../how_to/work_with_microtvm/micro_autotune.py | 7 +-
gallery/how_to/work_with_microtvm/micro_tvmc.py | 198 +++++++++++++++++++++
python/tvm/relay/op/strategy/generic.py | 2 +-
python/tvm/relay/qnn/op/qnn.py | 4 +-
tests/micro/common/test_tvmc.py | 2 +-
tests/scripts/ci.py | 8 +-
tests/scripts/task_python_docs.sh | 93 ++++++++--
tests/scripts/task_sphinx_precheck.sh | 37 +---
12 files changed, 332 insertions(+), 92 deletions(-)
create mode 100644 gallery/how_to/work_with_microtvm/micro_tvmc.py