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 044086c  Fix shape func for Reshape (#10721)
     add 17aa97f  [Hexagon][CMake] Propagate build type to external cmake calls 
(#10711)
     add 9849b89  [TIR] Change the behavior of read/write region analysis for 
reduction blocks. (#10638)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_api/CMakeLists.txt                    |  3 +
 src/tir/analysis/block_access_region_detector.cc   | 79 +++++++++--------
 src/tir/schedule/primitive/blockize_tensorize.cc   | 20 +++++
 src/tir/schedule/primitive/reduction.cc            | 20 ++++-
 ..._schedule_postproc_rewrite_cooperative_fetch.py |  6 +-
 ...ta_schedule_schedule_rule_multi_level_tiling.py |  8 +-
 .../unittest/test_meta_schedule_tune_relay.py      |  2 +-
 tests/python/unittest/test_te_create_primfunc.py   |  4 +-
 .../test_tir_analysis_get_block_access_region.py   | 64 ++++++++++++++
 .../python/unittest/test_tir_schedule_for_kind.py  | 98 ++++++++++++++++++++++
 tests/python/unittest/test_tir_schedule_rfactor.py |  4 +-
 .../test_tir_transform_lower_init_block.py         |  5 +-
 tests/python/unittest/test_tvmscript_complete.py   |  2 +-
 13 files changed, 264 insertions(+), 51 deletions(-)

Reply via email to