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


    omit ccafa1ba1e [ci][docker] Nightly Docker image update
     add e2fc4d7e98 [TVMScript] Improvements tvm.script.highlight (#13438)
     add 8cccc253da [ci] Enable CRT tests for CPU minimal build (#13471)
     add b2058f4dd2 [CI][Docker] Store GTest sources in GPU docker image 
(#13468)
     add ca5bc958d1 [tir]delete useless param in driver_api.cc (#13474)
     add dcea36e76d Add python venvs to demo_ images that build (#13435)
     add b1f45dae62 [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   (ccafa1ba1e)
            \
             N -- N -- N   refs/heads/nightly-docker-update (b1f45dae62)

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                                 |  26 +--
 ci/jenkins/Build.groovy.j2                  |   3 +-
 ci/jenkins/Jenkinsfile.j2                   |  20 +--
 ci/jenkins/Test.groovy.j2                   |   1 +
 docker/Dockerfile.ci_gpu                    |   2 +-
 docker/Dockerfile.demo_android              |   7 +
 docker/Dockerfile.demo_rocm                 |   8 +-
 docker/Dockerfile.demo_vitis_ai             |   4 +
 docker/install/ubuntu_install_googletest.sh |  21 ++-
 python/tvm/ir/module.py                     |  16 +-
 python/tvm/script/highlight.py              | 264 +++++++++++++++++++---------
 python/tvm/tir/function.py                  |  16 +-
 python/tvm/tir/schedule/trace.py            |  14 +-
 src/driver/driver_api.cc                    |   2 -
 tests/scripts/task_config_build_minimal.sh  |   1 -
 15 files changed, 268 insertions(+), 137 deletions(-)

Reply via email to