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 01b472f4d0 [CI] Update CPU and GPU image (#11369)
add 72a5219aad [Schedule] Allowed typing.Tuple in
tir.schedule._type_checker (#11289)
add febae407ed [docs] Add lightweight docs image (#11045)
add 0274d8e1f1 [TIR] Support tensorization using ldmatrix + MMA (#11355)
add 85e42b6af3 [skip ci] Fix scipy intersphinx link (#11399)
No new revisions were added by this update.
Summary of changes:
docker/{Dockerfile.ci_wasm => Dockerfile.docs} | 53 ++-
docker/build.sh | 7 +-
docs/conf.py | 2 +-
include/tvm/tir/builtin.h | 27 ++
python/tvm/tir/schedule/_type_checker.py | 49 ++-
python/tvm/tir/tensor_intrin/__init__.py | 1 +
python/tvm/tir/tensor_intrin/cuda.py | 469 +++++++++++++++++++++
src/target/source/codegen_cuda.cc | 76 +++-
src/tir/op/builtin.cc | 6 +
src/tir/transforms/lower_warp_memory.cc | 45 +-
.../test_tir_schedule_tensorize_ldmatrix_mma.py | 422 ++++++++++++++++++
.../unittest/test_type_annotation_checker.py | 121 ++++++
tests/scripts/ci.py | 33 +-
13 files changed, 1261 insertions(+), 50 deletions(-)
copy docker/{Dockerfile.ci_wasm => Dockerfile.docs} (63%)
create mode 100644 python/tvm/tir/tensor_intrin/cuda.py
create mode 100644
tests/python/unittest/test_tir_schedule_tensorize_ldmatrix_mma.py
create mode 100644 tests/python/unittest/test_type_annotation_checker.py