This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
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)
     add a187a79157 [TEST] Move temp files into tempdir (#18058)

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/contrib/utils.py                        |   6 +
 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/codegen/test_target_codegen_llvm.py   |   3 +-
 tests/python/relax/test_transform_codegen_pass.py  |   7 +-
 tests/python/relax/test_vm_build.py                |   8 +-
 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 --
 24 files changed, 21 insertions(+), 603 deletions(-)

Reply via email to