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 afad20d8d9 Fix typo in doc of logging (#12798)
add 6a051843a9 [TVMScript] IRBuilder methods for `For` (#12786)
No new revisions were added by this update.
Summary of changes:
include/tvm/script/ir_builder/tir/frame.h | 51 ++++++
include/tvm/script/ir_builder/tir/ir.h | 53 +++++++
python/tvm/script/ir_builder/tir/frame.py | 9 ++
python/tvm/script/ir_builder/tir/ir.py | 172 +++++++++++++++++++++
src/script/ir_builder/tir/frame.cc | 6 +
src/script/ir_builder/tir/ir.cc | 76 +++++++++
.../unittest/test_tvmscript_ir_builder_tir.py | 55 +++++++
7 files changed, 422 insertions(+)