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/03/24 22:50:10 UTC

[tvm] branch last-successful updated (69201a2 -> 38fea15)

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 69201a2  Fix link formatting. (#10730)
     add 38fea15  [TIR][Schedule] Change BufferIndexType enum in python side to string (#10737)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/__init__.py                           |  2 +-
 python/tvm/tir/schedule/__init__.py                  |  2 +-
 python/tvm/tir/schedule/schedule.py                  | 20 +++++++-------------
 src/tir/schedule/primitive/layout_transformation.cc  |  3 ++-
 src/tir/schedule/utils.h                             | 16 ++++++++++++++++
 .../unittest/test_tir_schedule_transform_layout.py   |  9 +++------
 6 files changed, 30 insertions(+), 22 deletions(-)