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 38f53e8c95 [Hexagon] [runtime] Improve runtime resource management
(#12727)
add 41b65a3144 [TVMScript] IRBuilder methods for `Block` (#12815)
add 2cae905a72 [TIR] Support pattern matching argmax/argmin generated by
TOPI (#12827)
add 91cce56cfa [TIR] Construct the inverse in SuggestIndexMap (#12797)
No new revisions were added by this update.
Summary of changes:
include/tvm/script/ir_builder/tir/frame.h | 35 +++
include/tvm/script/ir_builder/tir/ir.h | 49 +++++
include/tvm/tir/index_map.h | 26 ++-
python/tvm/script/ir_builder/base.py | 18 +-
python/tvm/script/ir_builder/ir/ir.py | 2 +-
python/tvm/script/ir_builder/tir/frame.py | 7 +-
python/tvm/script/ir_builder/tir/ir.py | 235 +++++++++++++++++----
python/tvm/tir/function.py | 46 +++-
src/script/ir_builder/tir/frame.cc | 15 ++
src/script/ir_builder/tir/ir.cc | 80 +++++++
src/tir/ir/index_map.cc | 47 ++++-
src/tir/schedule/analysis/layout.cc | 49 ++++-
src/tir/schedule/primitive/reduction.cc | 134 +++++++-----
.../python/unittest/test_tir_schedule_analysis.py | 41 ++++
tests/python/unittest/test_tir_schedule_rfactor.py | 156 +++++++++++++-
.../unittest/test_tvmscript_ir_builder_tir.py | 50 ++++-
tests/scripts/task_mypy.sh | 3 +
17 files changed, 863 insertions(+), 130 deletions(-)