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

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


    from 2a91f0d  [LLVM][Hexagon] Revert LLVM header change for version 14 
(#10006)
     add d97274c  [MetaSchedule] Post Processor: Rewrite Reduction Block 
(#10013)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/postproc/__init__.py      |   1 +
 ...rify_gpu_code.py => rewrite_reduction_block.py} |  10 +-
 .../postproc/rewrite_reduction_block.cc            | 157 +++++++++++++++
 src/meta_schedule/utils.h                          |  13 ++
 src/tir/schedule/utils.h                           |  30 +++
 ...ta_schedule_postproc_rewrite_reduction_block.py | 222 +++++++++++++++++++++
 6 files changed, 428 insertions(+), 5 deletions(-)
 copy python/tvm/meta_schedule/postproc/{verify_gpu_code.py => 
rewrite_reduction_block.py} (73%)
 create mode 100644 src/meta_schedule/postproc/rewrite_reduction_block.cc
 create mode 100644 
tests/python/unittest/test_meta_schedule_postproc_rewrite_reduction_block.py

Reply via email to