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 2022/04/13 11:25:54 UTC

[tvm] branch ci-docker-staging updated (64da208843 -> e4303d6f40)

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

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


 discard 64da208843 Validating new gpu image
     add 5cfb4bc3d0 [TVMC] Allow output module name to be passed as a command line argument (#10962)
     new e4303d6f40 Validating new gpu 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   (64da208843)
            \
             N -- N -- N   refs/heads/ci-docker-staging (e4303d6f40)

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:
 python/tvm/driver/tvmc/compiler.py        |  21 ++++-
 python/tvm/driver/tvmc/model.py           |   2 +-
 python/tvm/relay/op/contrib/cmsisnn.py    |   6 +-
 python/tvm/relay/op/contrib/ethosu.py     |   9 +-
 tests/python/driver/tvmc/test_compiler.py | 148 ++++++++++++++++++++++++++++++
 5 files changed, 179 insertions(+), 7 deletions(-)


[tvm] 01/01: Validating new gpu image

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

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

commit e4303d6f403e8c91f1ec1611481c679ec7b2f586
Author: Masahiro Masuda <ma...@gmail.com>
AuthorDate: Wed Apr 13 15:29:11 2022 +0900

    Validating new gpu image
---
 Jenkinsfile            | 4 ++--
 jenkins/Jenkinsfile.j2 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 83ae3fb94f..8c04299cc6 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,12 +45,12 @@
 // 'python3 jenkins/generate.py'
 // Note: This timestamp is here to ensure that updates to the Jenkinsfile are
 // always rebased on main before merging:
-// Generated at 2022-04-11T12:22:12.040444
+// Generated at 2022-04-13T15:28:59.969797
 
 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.71'
-ci_gpu = 'tlcpack/ci-gpu:v0.84'
+ci_gpu = 'tlcpackstaging/ci_gpu:20220413-055910-597000c74'
 ci_cpu = 'tlcpack/ci-cpu:v0.83'
 ci_wasm = 'tlcpack/ci-wasm:v0.73'
 ci_i386 = 'tlcpack/ci-i386:v0.76'
diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2
index ae330612a2..fcab0c75ce 100644
--- a/jenkins/Jenkinsfile.j2
+++ b/jenkins/Jenkinsfile.j2
@@ -52,7 +52,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.71'
-ci_gpu = 'tlcpack/ci-gpu:v0.84'
+ci_gpu = 'tlcpackstaging/ci_gpu:20220413-055910-597000c74'
 ci_cpu = 'tlcpack/ci-cpu:v0.83'
 ci_wasm = 'tlcpack/ci-wasm:v0.73'
 ci_i386 = 'tlcpack/ci-i386:v0.76'