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 57100c5b62 [ci][docker] Nightly Docker image update
     add f21b5ca4ae [TIR][Schedule] Add cache_inplace primitive to cache opaque 
buffer (#12939)
     add aedbe45b6a [Node] Expose StructuralEqual/Hash handler implemenation to 
header (#13001)
     add f8666a9469 [ci] Template build steps (#12983)
     add 84c50ef045 [ci][docs] Add external network resources to S3 (#12989)
     add c75abd970f [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   (57100c5b62)
            \
             N -- N -- N   refs/heads/nightly-docker-update (c75abd970f)

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                                        | 272 ++++++++++-------
 ci/jenkins/Build.groovy.j2                         | 328 ++++++++++-----------
 ci/jenkins/Jenkinsfile.j2                          |  18 +-
 ci/jenkins/macros.j2                               |  47 ++-
 include/tvm/node/structural_equal.h                |  42 +++
 include/tvm/node/structural_hash.h                 |  38 +++
 include/tvm/tir/schedule/schedule.h                |  10 +
 python/tvm/tir/schedule/schedule.py                |  89 ++++++
 src/node/structural_equal.cc                       | 109 ++++---
 src/node/structural_hash.cc                        |  64 ++--
 src/tir/schedule/concrete_schedule.cc              |  13 +
 src/tir/schedule/concrete_schedule.h               |   2 +
 src/tir/schedule/primitive.h                       |  14 +-
 src/tir/schedule/primitive/cache_read_write.cc     | 242 ++++++++++++++-
 src/tir/schedule/schedule.cc                       |   2 +
 src/tir/schedule/traced_schedule.cc                |  16 +
 src/tir/schedule/traced_schedule.h                 |   2 +
 .../unittest/test_tir_schedule_cache_read_write.py |  58 ++++
 tests/scripts/request_hook/request_hook.py         |  40 ++-
 19 files changed, 1035 insertions(+), 371 deletions(-)

Reply via email to