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/16 07:54:53 UTC

[tvm] branch last-successful updated (47ef9466b2 -> 24010db6c0)

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 47ef9466b2 [Pytorch] Add quantized::leaky_relu (#11729)
     add 89e1a6c3f2 [TIR] Add preserve-unit-iters (#11585)
     add 24010db6c0 [TVMScript] Support roundtrip of LetNode (#11742)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/schedule/schedule.h                |   7 +-
 python/tvm/script/tir/scope_handler.py             |   3 +
 python/tvm/tir/schedule/schedule.py                |  21 ++-
 src/tir/schedule/concrete_schedule.cc              |   9 +-
 src/tir/schedule/concrete_schedule.h               |   5 +-
 src/tir/schedule/primitive.h                       |   7 +-
 src/tir/schedule/primitive/loop_transformation.cc  |  64 +++++----
 src/tir/schedule/traced_schedule.cc                |  13 +-
 src/tir/schedule/traced_schedule.h                 |   5 +-
 .../unittest/test_meta_schedule_integration.py     |   9 +-
 .../test_meta_schedule_post_order_apply.py         |   8 +-
 ...test_meta_schedule_schedule_rule_add_rfactor.py |   4 +-
 .../test_meta_schedule_schedule_rule_auto_bind.py  |  12 +-
 ...chedule_schedule_rule_cross_thread_reduction.py |  38 ++---
 ...ta_schedule_schedule_rule_multi_level_tiling.py | 158 ++++++++++-----------
 tests/python/unittest/test_tir_schedule_trace.py   |   4 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  10 ++
 17 files changed, 215 insertions(+), 162 deletions(-)