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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from ec0fed0f0d [Runtime][MatchShape] Type error: Cannot convert from type 
' DLTensor* ' to ' ffi.Shape ' (#18546)
     add 8521c2f7f3 [TIR][Schedule] FuseReductionEpilogue: Add Clipping pattern 
support (#18515)
     add 7ed4d39a64 [MetaSchedule] Fix tune_tir crash with ScheduleError in 
RewriteParallelVectorizeUnroll (#18547)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   3 +
 python/tvm/tir/schedule/schedule.py                |  31 ++-
 .../postproc/rewrite_parallel_vectorize_unroll.cc  |  39 +--
 src/meta_schedule/utils.h                          |  14 +-
 src/tir/schedule/primitive/compute_inline.cc       | 224 +++++++++++++++--
 ...ir_schedule_fuse_reduction_epilogue_clipping.py | 271 +++++++++++++++++++++
 ...st_tir_schedule_fuse_reduction_epilogue_relu.py | 229 +++++++++++++++++
 7 files changed, 776 insertions(+), 35 deletions(-)
 create mode 100644 
tests/python/tir-schedule/test_tir_schedule_fuse_reduction_epilogue_clipping.py
 create mode 100644 
tests/python/tir-schedule/test_tir_schedule_fuse_reduction_epilogue_relu.py

Reply via email to