You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2021/12/18 15:40:06 UTC

[tvm] branch ci-docker-staging updated (d0b4fc9 -> bc23fe2)

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

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


 discard d0b4fc9  Validating tlcpackstaging 20211217-183440-bd61d18c1 for ci_cpu and ci_arm.
     add 89b1676  [Relay] Fix invalid shape function for "copy" operator (#9749)
     add bad5861  Remove CMake string REPEAT (#9771)
     add 115919b  [MetaSchedule] Misc improvement of the Measurer (#9757)
     new bc23fe2  Validating tlcpackstaging 20211217-183440-bd61d18c1 for ci_cpu and ci_arm.

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   (d0b4fc9)
            \
             N -- N -- N   refs/heads/ci-docker-staging (bc23fe2)

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:
 cmake/utils/Summary.cmake                          |   8 +-
 include/tvm/meta_schedule/builder.h                |   7 +-
 include/tvm/runtime/debug.h                        |  54 +++++++++
 python/tvm/meta_schedule/builder/builder.py        |  16 ++-
 python/tvm/meta_schedule/builder/local_builder.py  |  37 +++++-
 python/tvm/meta_schedule/runner/local_runner.py    |   7 +-
 python/tvm/meta_schedule/runner/rpc_runner.py      |   7 +-
 python/tvm/meta_schedule/utils.py                  |   6 +-
 python/tvm/relay/op/tensor.py                      |  19 ++-
 src/meta_schedule/builder/builder.cc               |   9 +-
 src/relay/backend/te_compiler.cc                   |   2 +-
 src/relay/backend/te_compiler_cache.cc             |  31 ++---
 src/runtime/debug.cc                               | 128 +++++++++++++++++++++
 src/runtime/vm/executable.cc                       |  19 +--
 src/runtime/vm/vm.cc                               |  62 +++++-----
 src/target/compilation_config.cc                   |  50 ++++----
 tests/python/relay/dyn/test_dynamic_op_level3.py   |  66 ++++++++++-
 tests/python/relay/test_vm.py                      |  46 ++++----
 .../python/unittest/test_meta_schedule_builder.py  |   4 +-
 19 files changed, 441 insertions(+), 137 deletions(-)
 create mode 100644 include/tvm/runtime/debug.h
 create mode 100644 src/runtime/debug.cc

[tvm] 01/01: Validating tlcpackstaging 20211217-183440-bd61d18c1 for ci_cpu and ci_arm.

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

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

commit bc23fe27b10920bd070cdae5476dff8c9f888dcb
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Fri Dec 17 19:55:30 2021 +0000

    Validating tlcpackstaging 20211217-183440-bd61d18c1 for ci_cpu and ci_arm.
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a782204..c80f7cb 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,11 +47,11 @@ 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:20211217-183440-bd61d18c1"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
 ci_qemu = "tlcpack/ci-qemu:v0.08"
-ci_arm = "tlcpack/ci-arm:v0.06"
+ci_arm = "tlcpackstaging/ci_arm:20211217-183440-bd61d18c1"
 // <--- End of regex-scanned config.
 
 // Parameters to allow overriding (in Jenkins UI), the images