You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/24 00:01:53 UTC

[tvm] branch nightly-docker-update updated (b38711e227 -> 3b76cc4f89)

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


 discard b38711e227 [ci][docker] Nightly Docker image update
     add ce8ac3e784 [TIR] Allow missing TensorIntrin in registry lookup (#12875)
     add 9ce95a9abe [TIR] Fix wmma index in CUDA tensor intrins (#12879)
     add d80ce6b1ba [EZ][Release] Update gather PRs Script (#12862)
     add e8aeb4adf3 [CI] Add Zephyr-SDK binaries to PATH env. in ci_cortexm (#12884)
     add eba75e4640 [METASCHEDULE] Mark work_dir as not optional in docs (#12888)
     add 428269f80c [FIX,PROFILING] Fix PAPI docs (#12861)
     add 3b76cc4f89 [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   (b38711e227)
            \
             N -- N -- N   refs/heads/nightly-docker-update (3b76cc4f89)

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                                        | 20 +++---
 ci/jenkins/Jenkinsfile.j2                          | 20 +++---
 docker/Dockerfile.ci_cortexm                       |  1 +
 docs/how_to/profile/papi.rst                       | 10 ++-
 include/tvm/tir/function.h                         |  7 +-
 python/tvm/meta_schedule/tune.py                   |  8 +--
 python/tvm/tir/function.py                         | 12 ++--
 python/tvm/tir/tensor_intrin/cuda.py               | 77 +++++++++++++++++-----
 .../multi_level_tiling_tensor_core.cc              |  2 +-
 .../multi_level_tiling_with_intrin.cc              |  2 +-
 src/tir/ir/function.cc                             | 12 +++-
 src/tir/schedule/concrete_schedule.cc              |  4 +-
 src/tir/schedule/transform.cc                      |  2 +-
 .../python/unittest/test_tir_schedule_tensorize.py |  7 ++
 tests/scripts/release/gather_prs.py                |  3 +-
 15 files changed, 131 insertions(+), 56 deletions(-)