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/08/02 22:24:41 UTC

[tvm] branch last-successful updated (a5ff7c05de -> 1da66d7df2)

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 a5ff7c05de [CI] Shard Qemu python tests (#12258)
     add 1da66d7df2 [MetaSchedule] Check auto tensorization applicability in MultiLevelTilingWithIntrin (#12263)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/testing/tlcbench.py       |  3 +--
 .../multi_level_tiling_with_intrin.cc              | 28 +++++++++++++++++---
 src/tir/schedule/analysis.h                        | 10 ++++++++
 src/tir/schedule/analysis/analysis.cc              | 30 +++++++++++++++-------
 src/tir/schedule/ir_comparator.cc                  | 11 +++++++-
 .../test_meta_schedule_auto_tensorize.py           | 29 ++++++++++++---------
 ...ta_schedule_schedule_rule_multi_level_tiling.py | 22 +++++++++++-----
 7 files changed, 99 insertions(+), 34 deletions(-)