You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/26 14:49:04 UTC

[tvm] branch last-successful updated (4f431c87c2 -> e02f2f9fdd)

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 4f431c87c2 [TIR] Expose Memory Copy-Related PTX Builtins (#12611)
     add e02f2f9fdd [TIR][Schedule] enhance compute_at and reverse_compute_at primitive to choose possible position (#12450)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/schedule/schedule.h                |  14 +-
 python/tvm/tir/schedule/schedule.py                |  16 +++
 src/tir/schedule/concrete_schedule.cc              |   8 +-
 src/tir/schedule/concrete_schedule.h               |   7 +-
 src/tir/schedule/primitive.h                       |  13 +-
 src/tir/schedule/primitive/compute_at.cc           |  67 ++++++---
 src/tir/schedule/traced_schedule.cc                |  19 +--
 src/tir/schedule/traced_schedule.h                 |   7 +-
 ...chedule_schedule_rule_cross_thread_reduction.py |  16 +--
 ...ta_schedule_schedule_rule_multi_level_tiling.py |  86 ++++++------
 ...hedule_schedule_rule_random_compute_location.py |   2 +-
 .../unittest/test_tir_schedule_compute_at.py       | 152 +++++++++++++++++++++
 12 files changed, 308 insertions(+), 99 deletions(-)