This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from cfe2e28 [crt] fix heap corruption from bad allocation (#7735)
add 3ba5868 [TensorIR] Fix parser autocompletion mode (#7737)
No new revisions were added by this update.
Summary of changes:
src/tir/ir/script/script_complete.cc | 26 +++-
tests/python/unittest/test_tvmscript_complete.py | 174 ++++++++++++++++++++++
tests/python/unittest/test_tvmscript_roundtrip.py | 11 +-
3 files changed, 201 insertions(+), 10 deletions(-)
create mode 100644 tests/python/unittest/test_tvmscript_complete.py