You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/12/08 07:50:16 UTC

[tvm] branch ci-docker-staging updated (5ff0fac -> 6af31eb)

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

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


 discard 5ff0fac  [CI] Update ci_cpu docker image
     add dea654e  [EZ][Autoscheduler] Log exceptions in topi lowering (#9615)
     add c945b24  [TVMScript] Add for loop syntax sugar (#9620)
     add 3c05eb6  Add tvm-bot to triage role. (#9675)
     new 6af31eb  [CI] Update ci_cpu docker image

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   (5ff0fac)
            \
             N -- N -- N   refs/heads/ci-docker-staging (6af31eb)

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:
 .asf.yaml                                          |  1 +
 python/tvm/auto_scheduler/relay_integration.py     | 11 +++--
 python/tvm/script/tir/__init__.pyi                 | 40 +++++++++++++++++-
 python/tvm/script/tir/scope_handler.py             | 33 ++++++++++++---
 python/tvm/testing/__init__.py                     |  2 +
 python/tvm/testing/tir.py                          | 48 ++++++++++++++++++++++
 .../python/unittest/test_tvmscript_error_report.py | 38 +----------------
 .../python/unittest/test_tvmscript_syntax_sugar.py | 39 ++++++++++++++++++
 8 files changed, 164 insertions(+), 48 deletions(-)
 create mode 100644 python/tvm/testing/tir.py

[tvm] 01/01: [CI] Update ci_cpu docker image

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6af31eb0c4ff399483a2f552be676eabe6df255a
Author: Manupa Karunaratne <ma...@arm.com>
AuthorDate: Tue Dec 7 12:07:24 2021 +0000

    [CI] Update ci_cpu docker image
    
    This commit updates the Jenkinsfile to use
    tlcpackstaging/ci_cpu:20211206-124834-9c4115320 as
    the ci_cpu docker image.
    
    Change-Id: I9cdfb50c5ad4e67b5c4bf4d2f042ea241ed4f911
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 29e844c..e51c423 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,7 +47,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.67"
 ci_gpu = "tlcpack/ci-gpu:v0.78"
-ci_cpu = "tlcpack/ci-cpu:v0.79"
+ci_cpu = "tlcpackstaging/ci_cpu:20211206-124834-9c4115320"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
 ci_qemu = "tlcpack/ci-qemu:v0.08"