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 2545e9c [Frontend][Onnx] Simplify onnx input since name accesses are
not reliable. (#8867)
add 27d3d60 [TIR] GetBlockReadWriteRegion (#8875)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/analysis.h | 19 +++++++++---
python/tvm/tir/analysis/analysis.py | 24 ++++++++++++++-
src/tir/analysis/block_access_region_detector.cc | 34 +++++++++++++++++++++-
src/tir/schedule/primitive/compute_inline.cc | 2 +-
.../plan_update_buffer_allocation_location.cc | 16 +++-------
.../test_tir_analysis_get_block_access_region.py | 29 ++++++++++++++++++
.../python/unittest/test_tir_schedule_reduction.py | 1 -
7 files changed, 105 insertions(+), 20 deletions(-)