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/02/26 03:35:40 UTC

[tvm] branch last-successful updated (b31a5cc -> 920654c)

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 b31a5cc  [MetaSchedule] Update Tuning Interfaces. (#10367)
     add 920654c  [Bugfix][TVMScript] Convert BufferSlice to BufferLoad when used as range/loop start and end (#10370)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/parser.py                       |  2 +-
 python/tvm/script/tir/node.py                     |  3 ++-
 python/tvm/script/tir/scope_handler.py            |  3 ++-
 src/printer/tvmscript_printer.cc                  |  7 ++++--
 tests/python/unittest/test_tvmscript_roundtrip.py | 26 +++++++++++++++++++++++
 5 files changed, 36 insertions(+), 5 deletions(-)