You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/03/24 20:44:29 UTC

[tvm] branch main updated (cfe2e28 -> 3ba5868)

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