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/04/21 04:47:43 UTC

[tvm] branch last-successful updated (68beae90ea -> 0070b6cc05)

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 68beae90ea Add two possible missing visit of let stmt in lowering (#11079)
     add 0070b6cc05 [TIR] Add TileWithTensorIntrin (#11075)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/schedule/__init__.py                |   1 +
 .../analysis/analysis.py => schedule/transform.py} |  29 ++--
 src/tir/schedule/transform.cc                      |  63 +++++++
 src/tir/schedule/transform.h                       |  13 ++
 .../python/unittest/test_tir_schedule_transform.py | 181 +++++++++++++++++++++
 5 files changed, 274 insertions(+), 13 deletions(-)
 copy python/tvm/tir/{usmp/analysis/analysis.py => schedule/transform.py} (51%)
 create mode 100644 tests/python/unittest/test_tir_schedule_transform.py