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/19 03:25:43 UTC

[tvm] branch last-successful updated (77756eac30 -> 9bba7580b0)

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 77756eac30 [COMMUNITY] Denise Kutnick -> Reviewer (#11778)
     add 9bba7580b0 [TIR, analysis] Add GetAutoTensorizeMappingInfo to generate transforms for auto tensorization (#11740)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/testing/te_workload.py    |  68 +++++
 python/tvm/tir/schedule/analysis.py                |  34 +++
 src/tir/schedule/analysis.h                        |  50 ++++
 src/tir/schedule/analysis/analysis.cc              | 275 +++++++++++++++++++--
 src/tir/schedule/ir_comparator.cc                  | 126 +++++++++-
 src/tir/schedule/ir_comparator.h                   |  52 +++-
 .../python/unittest/test_tir_schedule_analysis.py  |  56 ++++-
 7 files changed, 630 insertions(+), 31 deletions(-)