You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/16 02:54:16 UTC

[tvm] branch last-successful updated (325f6fed56 -> 9ab3a1121a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 325f6fed56 [MetaSchedule] Allow Easy Logging Level Setting (#11305)
     add 9ab3a1121a [TVMScript] Represent ramp as index slice (#11308)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/parser.py                        | 20 +++++--
 python/tvm/script/tir/node.py                      | 63 +++++++++++++++++++---
 python/tvm/script/tir/scope_handler.py             |  7 +--
 python/tvm/script/tir/special_stmt.py              |  3 +-
 python/tvm/script/tir/utils.py                     | 55 -------------------
 src/printer/tvmscript_printer.cc                   | 29 +++++++++-
 .../python/unittest/test_tvmscript_error_report.py | 51 ++++++++++--------
 tests/python/unittest/test_tvmscript_roundtrip.py  | 17 ++++++
 8 files changed, 147 insertions(+), 98 deletions(-)
 delete mode 100644 python/tvm/script/tir/utils.py