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 1cf31bce7a [Pytest] Remove obsolete test suite entries (#18054)
add 75f710fef9 [TIR] Phase out ProducerStore, ProducerRealize and Prefetch
(#18057)
No new revisions were added by this update.
Summary of changes:
include/tvm/script/ir_builder/tir/ir.h | 7 -
include/tvm/tir/stmt.h | 164 ---------------------
include/tvm/tir/stmt_functor.h | 12 --
python/tvm/script/ir_builder/tir/ir.py | 17 ---
python/tvm/tir/__init__.py | 5 +-
python/tvm/tir/stmt.py | 114 +-------------
src/script/ir_builder/tir/ir.cc | 5 -
src/script/printer/legacy_repr.cc | 59 --------
src/script/printer/tir/buffer.cc | 22 ---
src/script/printer/tir/stmt.cc | 11 --
src/tir/ir/stmt.cc | 61 --------
src/tir/ir/stmt_functor.cc | 60 --------
src/tir/ir/tir_visitor_with_path.cc | 15 --
src/tir/ir/tir_visitor_with_path.h | 3 -
src/tir/transforms/inject_virtual_thread.cc | 2 -
src/tir/transforms/remove_no_op.cc | 6 +-
src/tir/transforms/vectorize_loop.cc | 4 -
tests/python/tir-base/test_tir_constructor.py | 4 -
.../tvmscript/test_tvmscript_ir_builder_tir.py | 15 --
.../python/tvmscript/test_tvmscript_printer_tir.py | 14 --
20 files changed, 4 insertions(+), 596 deletions(-)