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 96ef1d0  Test new Docker images
    omit e6af874  [PyTorch] Fix rsub type (#10090)
    omit fa317ed  [CI][Fix] Remove additional qnn.op.transpose_conv2d from docs 
(#10083)
    omit f93f2a6  [microTVM][tvmc] Add TVMC Micro tutorial for Zephyr (#10024)
     add a45c68d  [CI] Move docs precheck to docs: GPU

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   (96ef1d0)
            \
             N -- N -- N   refs/heads/ci-docker-staging (a45c68d)

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                                        |  18 +-
 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/frontend/pytorch.py               |   5 +-
 python/tvm/relay/op/strategy/generic.py            |   2 +-
 python/tvm/relay/qnn/op/qnn.py                     |   4 +-
 tests/micro/common/test_tvmc.py                    |   2 +-
 tests/python/frontend/pytorch/test_forward.py      |   7 -
 10 files changed, 22 insertions(+), 223 deletions(-)
 delete mode 100644 gallery/how_to/work_with_microtvm/micro_tvmc.py

Reply via email to