This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from a644e29 [Frontend][PaddlePaddle] Add operators of interploate/flatten
and modify try_infer_value (#9459)
add 811312c [TIR] Make compact buffer and get access region aware of
conditions (#9372)
No new revisions were added by this update.
Summary of changes:
include/tvm/arith/int_set.h | 2 +-
src/arith/int_set.cc | 2 +
src/tir/analysis/block_access_region_detector.cc | 34 +++
src/tir/transforms/compact_buffer_region.cc | 232 ++++++++++++---------
src/tir/transforms/ir_utils.cc | 84 ++++++++
src/tir/transforms/ir_utils.h | 39 ++++
.../test_tir_analysis_get_block_access_region.py | 47 +++++
.../test_tir_transform_compact_buffer_region.py | 136 ++++++++++++
.../test_tir_transform_convert_blocks_to_opaque.py | 12 +-
9 files changed, 486 insertions(+), 102 deletions(-)