This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch ci-gpu-update
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard 980b439fa6 [CI] Update GPU image to add DNNL
add 8bf6cd5800 [TVMC] Fix tvmc run when using rpc (#11757)
add ccc935dda9 [ci][docker] Remove Docker image upload prefix (#11769)
add 2c78daed48 [MetaSchedule] Enhance parsing in JSONDatabase (#11791)
add 25db38105d [MetaSchedule][Minor] Update CPU Flush ArgParse Type
(#11792)
add d92c7bcd83 [CI] Update GPU image to add DNNL
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 (980b439fa6)
\
N -- N -- N refs/heads/ci-gpu-update (d92c7bcd83)
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 +++----
jenkins/Deploy.groovy.j2 | 2 +-
python/tvm/auto_scheduler/testing/tune_onnx.py | 4 +-
python/tvm/auto_scheduler/testing/tune_relay.py | 4 +-
python/tvm/auto_scheduler/testing/tune_te.py | 4 +-
python/tvm/driver/tvmc/runner.py | 62 ++++++++++++++++++++++++-
python/tvm/meta_schedule/testing/tune_onnx.py | 4 +-
python/tvm/meta_schedule/testing/tune_relay.py | 4 +-
python/tvm/meta_schedule/testing/tune_te.py | 4 +-
src/meta_schedule/database/database_utils.cc | 30 +++++++++---
tests/python/driver/tvmc/test_runner.py | 43 ++++++++++++++++-
11 files changed, 152 insertions(+), 25 deletions(-)