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/23 06:11:10 UTC

[tvm] branch last-successful updated (0b074d8f06 -> 9ce95a9abe)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 0b074d8f06 Fix clang warnings (#12876)
     add ce8ac3e784 [TIR] Allow missing TensorIntrin in registry lookup (#12875)
     add 9ce95a9abe [TIR] Fix wmma index in CUDA tensor intrins (#12879)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/function.h                         |  7 +-
 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 ++
 9 files changed, 96 insertions(+), 29 deletions(-)