This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    omit b81a0ad  Fix missing skip
    omit d7b0cce  Rebase
     add d1ee201  Add aten::mv support (#9894)
     add 44fe7ef  [BUGFIX] Check that virtual device is unchanged in WithFields 
(#9826)
     add 9160dc4  Add sliding_window operator (#9816)
     add 0d2340c  [FIX,TOPI] Fix issue when running conv2d in autoscheduler 
(#9900)
     add d216730  [microNPU] Enable the codegen tests for 256 mac Arm(R) 
Ethos(TM)-U65 NPU (#9815)
     new c43a11e  Validating ci_gpu:20220112-000102-d1ee20191

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   (b81a0ad)
            \
             N -- N -- N   refs/heads/ci-docker-staging (c43a11e)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        | 194 +++++++++------------
 docs/contribute/committer_guide.rst                |  34 ----
 include/tvm/ir/expr.h                              |   2 +
 include/tvm/relay/attrs/transform.h                |  23 +++
 include/tvm/relay/expr.h                           |   1 +
 include/tvm/topi/transform.h                       |  84 +++++++++
 .../backend/contrib/ethosu/tir_to_cs_translator.py |   7 +-
 .../tvm/relay/backend/contrib/ethosu/vela_api.py   |   1 +
 python/tvm/relay/frontend/pytorch.py               |  14 ++
 python/tvm/relay/op/_transform.py                  |   9 +
 python/tvm/relay/op/strategy/generic.py            |  22 +++
 python/tvm/relay/op/transform.py                   |  58 ++++++
 python/tvm/topi/generic/conv2d.py                  |  12 +-
 python/tvm/topi/transform.py                       |  30 ++++
 src/ir/diagnostic.cc                               |   2 +-
 src/relay/analysis/type_solver.cc                  |   8 +-
 src/relay/ir/expr.cc                               |  41 +++--
 src/relay/ir/function.cc                           |   5 +-
 src/relay/op/tensor/transform.cc                   |  71 ++++++++
 src/relay/transforms/de_duplicate.cc               |   1 +
 src/topi/transform.cc                              |   4 +
 tests/python/contrib/test_ethosu/infra.py          |   9 +-
 tests/python/contrib/test_ethosu/test_codegen.py   |   2 +-
 tests/python/frontend/pytorch/test_forward.py      |  10 ++
 tests/python/relay/aot/aot_test_utils.py           |   1 -
 tests/python/relay/aot/corstone300.mk              |  10 +-
 tests/python/relay/test_any.py                     |   8 +-
 tests/python/relay/test_json_compact.py            |  12 +-
 tests/python/relay/test_op_level3.py               |  26 +++
 tests/python/unittest/test_ci.py                   | 132 --------------
 tests/scripts/git_skip_ci.py                       | 110 ------------
 31 files changed, 528 insertions(+), 415 deletions(-)
 delete mode 100644 tests/python/unittest/test_ci.py
 delete mode 100755 tests/scripts/git_skip_ci.py

Reply via email to