This is an automated email from the ASF dual-hosted git repository.
wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 32ae501 [CI][MicroTVM] Disable autotune log check since microtvm
autotune has erros (#9639)
add 459563d [TVMScript] Syntax sugar for reads & writes (#9634)
No new revisions were added by this update.
Summary of changes:
python/tvm/script/tir/__init__.pyi | 11 +++-
python/tvm/script/tir/special_stmt.py | 30 ++++++++--
.../python/unittest/test_tvmscript_error_report.py | 11 ----
.../python/unittest/test_tvmscript_syntax_sugar.py | 66 ++++++++++++++++++++++
4 files changed, 100 insertions(+), 18 deletions(-)
create mode 100644 tests/python/unittest/test_tvmscript_syntax_sugar.py