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

bohan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 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/tir/schedule/schedule.py                | 100 ++--
 .../multi_level_tiling_tensor_core.cc              |   5 +-
 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 +++++++---
 10 files changed, 576 insertions(+), 457 deletions(-)

Reply via email to