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

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


    from faab2e7f27 [Relax] Fix the squeeze operator to behave consistently 
with torch (#18478)
     add 2032e713ca [TIR][Schedule] Add FuseReductionEpilogue primitive to fuse 
epilogue … (#18418)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/schedule/schedule.h                |   7 +
 python/tvm/tir/schedule/schedule.py                |  27 ++
 src/tir/schedule/concrete_schedule.cc              |   9 +
 src/tir/schedule/concrete_schedule.h               |   2 +
 src/tir/schedule/primitive.h                       |   8 +
 src/tir/schedule/primitive/compute_inline.cc       | 492 +++++++++++++++++++++
 src/tir/schedule/schedule.cc                       |   4 +-
 src/tir/schedule/traced_schedule.cc                |  11 +
 src/tir/schedule/traced_schedule.h                 |   1 +
 .../test_tir_schedule_fuse_reduction_epilogue.py   | 218 +++++++++
 10 files changed, 778 insertions(+), 1 deletion(-)
 create mode 100644 
tests/python/tir-schedule/test_tir_schedule_fuse_reduction_epilogue.py

Reply via email to