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 4a74d37ef7 [ci][docker] Nightly Docker image update
     add ca2ec5429b [CI][docker] Add comment (#11953)
     add 9963b59ffa fix typo (#12183)
     add 9bef7de9f0 [Doc] Fix link error in pipeline executor tutorial (#12185)
     add ea6ea42757 TVM Vertical Integration with PyTorch (#11911)
     add eada707a70 [Fix] Fix some errors in unittests (#12170)
     add 865607305d [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   (4a74d37ef7)
            \
             N -- N -- N   refs/heads/nightly-docker-update (865607305d)

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 +-
 apps/pt_tvmdsoop/tests/test_as_torch.py            | 257 ++++++++++++++++++++
 apps/pt_tvmdsoop/tests/test_optimize_torch.py      | 161 +++++++++++++
 ci/jenkins/Jenkinsfile.j2                          |  16 +-
 docker/bash.sh                                     |   3 +
 .../work_with_relay/using_pipeline_executor.py     |   2 +-
 python/tvm/contrib/torch/__init__.py               |  12 +-
 python/tvm/contrib/torch/as_torch.py               | 124 ++++++++++
 python/tvm/contrib/torch/optimize_torch.py         | 198 ++++++++++++++++
 python/tvm/script/parser.py                        |  16 +-
 src/contrib/torch/base64.h                         |  75 ++++++
 .../torch/pt_call_tvm/RuntimeModuleWrapper.cc      | 259 +++++++++++++++++++++
 src/relay/ir/indexed_graph.cc                      |   2 +-
 tests/python/unittest/test_arith_domain_touched.py |   8 +-
 .../test_tir_analysis_calculate_workspace.py       |   2 +-
 .../test_tir_analysis_get_block_access_region.py   |   2 -
 .../unittest/test_tir_schedule_transform_layout.py |   2 +-
 .../test_tir_transform_compact_buffer_region.py    |  22 +-
 ...test_tir_transform_renormalize_split_pattern.py |   4 +-
 .../unittest/test_tir_transform_storage_flatten.py |   2 +-
 .../test_tir_usmp_analysis_extract_bufferinfo.py   |   2 +-
 tests/python/unittest/test_tir_usmp_utils.py       |   2 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  22 +-
 .../python/unittest/test_tvmscript_syntax_sugar.py |   2 +-
 24 files changed, 1153 insertions(+), 58 deletions(-)
 create mode 100644 apps/pt_tvmdsoop/tests/test_as_torch.py
 create mode 100644 apps/pt_tvmdsoop/tests/test_optimize_torch.py
 create mode 100644 python/tvm/contrib/torch/as_torch.py
 create mode 100644 python/tvm/contrib/torch/optimize_torch.py
 create mode 100644 src/contrib/torch/base64.h
 create mode 100644 src/contrib/torch/pt_call_tvm/RuntimeModuleWrapper.cc

Reply via email to