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/07/07 18:27:36 UTC

[tvm] branch last-successful updated (40d242a3c8 -> 7874bf806e)

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 40d242a3c8 [Pytorch] add aten::rnn_tanh, aten::rnn_relu (#12017)
     add b9aa3564dc [TIR] Revert #11428 and move loop dependent alloc extent check after region union (#12019)
     add 7874bf806e [MetaSchedule] Support ApplyHistoryBest Direct Dispatch (#12016)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/apply_history_best.h     |  8 ++-
 python/tvm/meta_schedule/apply_history_best.py     |  9 +++-
 src/meta_schedule/apply_history_best.cc            | 10 +++-
 src/tir/transforms/compact_buffer_region.cc        | 58 +++++++++++----------
 .../unittest/test_meta_schedule_integration.py     | 23 +++++++++
 .../test_tir_transform_compact_buffer_region.py    | 60 ++++++++++++++++++++++
 6 files changed, 135 insertions(+), 33 deletions(-)