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/06/09 22:24:37 UTC

[tvm] branch last-successful updated (81b42e6746 -> af0128158c)

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 81b42e6746 Making CMSIS-NN tests pylint compliant (#11625)
     add af0128158c [TIR][Schedule] Allow named block and buffer arguments in Schedule (#11624)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/schedule/schedule.py                | 112 ++++++++++++++-------
 src/tir/schedule/primitive/cache_read_write.cc     |   9 +-
 .../unittest/test_tir_schedule_cache_read_write.py |  94 ++++++++---------
 .../unittest/test_tir_schedule_compute_at.py       |  78 +++++++-------
 .../unittest/test_tir_schedule_compute_inline.py   | 106 +++++++++----------
 .../python/unittest/test_tir_schedule_reduction.py |  10 +-
 tests/python/unittest/test_tir_schedule_reindex.py |  32 +++---
 .../python/unittest/test_tir_schedule_sampling.py  |  10 +-
 .../python/unittest/test_tir_schedule_set_scope.py |   9 +-
 .../unittest/test_tir_schedule_storage_align.py    |   6 +-
 .../unittest/test_tir_schedule_transform_layout.py |  32 +++---
 .../python/unittest/test_tir_schedule_utilities.py |  20 ++--
 12 files changed, 291 insertions(+), 227 deletions(-)