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 c78539cc59 [TIR][Arith] Additional Simplifications Inside Conditionals 
(#11524)
     add 12a0f3edcf [TIR] Add schedule primitive ReIndex (#11515)
     add aff1312e36 [PROFILER] Fix percent compute bound calculation (#11542)
     add 017d410bd1 Fix docker/lint.sh after #10933. (#11541)

No new revisions were added by this update.

Summary of changes:
 docker/lint.sh                                     |  10 +-
 include/tvm/tir/schedule/schedule.h                |  13 +
 python/tvm/tir/schedule/schedule.py                |  73 ++++
 python/tvm/utils/roofline.py                       |   2 +-
 src/tir/schedule/concrete_schedule.cc              |  10 +
 src/tir/schedule/concrete_schedule.h               |   2 +
 src/tir/schedule/primitive.h                       |  15 +
 src/tir/schedule/primitive/cache_read_write.cc     | 468 +++++++++++++++++++++
 src/tir/schedule/schedule.cc                       |   5 +
 src/tir/schedule/traced_schedule.cc                |  12 +
 src/tir/schedule/traced_schedule.h                 |   2 +
 src/tir/schedule/transform.cc                      |  26 ++
 src/tir/schedule/transform.h                       |  21 +
 tests/python/unittest/test_runtime_profiling.py    |   4 +-
 tests/python/unittest/test_tir_schedule_reindex.py | 203 +++++++++
 15 files changed, 858 insertions(+), 8 deletions(-)
 create mode 100644 tests/python/unittest/test_tir_schedule_reindex.py

Reply via email to