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 7d9a07ccc7 [TIR][Schedule] Refactor Tensorize (#12070)
add 4b5dd136d7 [Arith] Updated BufferDomainTouched to use
IRVisitorWithAnalyzer (#11970)
No new revisions were added by this update.
Summary of changes:
include/tvm/arith/analyzer.h | 46 +++++++-
src/arith/analyzer.cc | 26 +++--
src/arith/domain_touched.cc | 43 ++-----
src/arith/int_set.cc | 211 +++++++++++++++++++++++++++++++---
src/arith/ir_visitor_with_analyzer.cc | 126 ++++++++++++++++++++
src/arith/ir_visitor_with_analyzer.h | 45 ++++----
src/tir/transforms/storage_flatten.cc | 1 +
src/tir/transforms/texture_flatten.cc | 1 +
8 files changed, 409 insertions(+), 90 deletions(-)
create mode 100644 src/arith/ir_visitor_with_analyzer.cc