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/16 06:50:52 UTC

[tvm] branch last-successful updated (0d70f690ea -> 895f79f42a)

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 0d70f690ea [Relay] Allow partial virtual device annotations. (#12107)
     add 895f79f42a [MetaSchedule] Allow MultiLevelTilingTensorCore rule to specify multiple tensor intrin groups (#12113)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/schedule_rule.h          |  21 +--
 .../schedule_rule/multi_level_tiling.py            |  16 +-
 python/tvm/meta_schedule/testing/schedule_rule.py  |  26 +++-
 .../multi_level_tiling_tensor_core.cc              | 145 ++++++++++++-------
 ...ta_schedule_schedule_rule_multi_level_tiling.py | 161 +++++++++++++++++----
 5 files changed, 260 insertions(+), 109 deletions(-)