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

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


    from 6d0386b  [Hotfix] typo in Vulkan runtime change causing severe perf 
regression (#7871)
     add 2b690ad  [TensorIR][M1b] Schedule class (#7847)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/schedule/schedule.h                | 227 +++++++++++++++++++
 python/tvm/error.py                                |   1 +
 python/tvm/tir/__init__.py                         |   2 +-
 python/tvm/tir/schedule/__init__.py                |   1 +
 python/tvm/tir/schedule/schedule.py                | 242 ++++++++++++++++++++
 src/tir/schedule/analysis.h                        |  15 ++
 src/tir/schedule/analysis/analysis.cc              |  34 +++
 src/tir/schedule/concrete_schedule.cc              | 203 +++++++++++++++++
 src/tir/schedule/concrete_schedule.h               | 244 +++++++++++++++++++++
 src/tir/schedule/schedule.cc                       | 127 +++++++++++
 .../python/unittest/test_tir_schedule_utilities.py | 115 ++++++++++
 11 files changed, 1210 insertions(+), 1 deletion(-)
 create mode 100644 include/tvm/tir/schedule/schedule.h
 create mode 100644 python/tvm/tir/schedule/schedule.py
 create mode 100644 src/tir/schedule/concrete_schedule.cc
 create mode 100644 src/tir/schedule/concrete_schedule.h
 create mode 100644 src/tir/schedule/schedule.cc
 create mode 100644 tests/python/unittest/test_tir_schedule_utilities.py

Reply via email to