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 4c590a2 Fix inconsistencies in graph_executor function names
handling (#9255)
add 5e62db5 [TVMScript] Parser for Lambdas, Parser/Printer for
`CommReducer` (#9358)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/var.h | 6 +++
python/tvm/script/parser.py | 25 ++++++++++
python/tvm/script/tir/intrin.py | 18 +++++++
python/tvm/tir/__init__.py | 2 +-
python/tvm/tir/expr.py | 2 +-
src/printer/tvmscript_printer.cc | 48 +++++++++++++-----
src/tir/ir/expr.cc | 41 ++++++++++++++++
tests/python/unittest/test_tvmscript_roundtrip.py | 60 +++++++++++++++++++++++
8 files changed, 188 insertions(+), 14 deletions(-)