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

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


    from c8f5595ca5 [MetaSchedule] Introduce MMA Tensor Core Multilevel Tiling 
(#14673)
     add 588d1f2e93 [TensorIR][ROCm] AMD Matrix Core Support (#15106)
     add 99d72fd593 [TIR][Schedule] Support padding-by-factor in PadEinsum 
(#15168)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/buffer.h                           |   2 +
 python/tvm/contrib/rocm.py                         | 119 ++++-
 python/tvm/testing/tir.py                          | 111 ++++
 python/tvm/testing/utils.py                        |  14 +-
 python/tvm/tir/schedule/schedule.py                | 100 ++--
 python/tvm/tir/tensor_intrin/rocm.py               | 433 +++++++++++++++-
 .../multi_level_tiling_tensor_core.cc              |   5 +-
 src/target/target_kind.cc                          |  12 +-
 src/tir/schedule/analysis.h                        |  18 -
 src/tir/schedule/analysis/analysis.cc              |   4 +-
 src/tir/schedule/primitive.h                       |   1 -
 src/tir/schedule/primitive/pad_einsum.cc           | 574 +++++++++++----------
 src/tir/schedule/transform.cc                      |  13 +
 .../python/unittest/test_tir_schedule_analysis.py  |  39 +-
 .../unittest/test_tir_schedule_pad_einsum.py       | 277 +++++++---
 ..._mma.py => test_tir_schedule_tensorize_mfma.py} | 261 +++++-----
 16 files changed, 1366 insertions(+), 617 deletions(-)
 copy tests/python/unittest/{test_tir_schedule_tensorize_ldmatrix_mma.py => 
test_tir_schedule_tensorize_mfma.py} (53%)

Reply via email to