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/05/28 02:23:41 UTC

[tvm] branch last-successful updated (80d9549190 -> 2389f1f0d8)

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 80d9549190 [Meta Schedule] Fix testing issues for models with more than one inputs (#11298)
     add afb67e64a1 Silence unnecessary 'host' deprecation warnings (#11499)
     add 2389f1f0d8 [Software pipeline] Fix hardcoded index in `access_ptr` rewriting, add a GPU test with depth 4 (#11495)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/build_module.py                  |  11 ++-
 python/tvm/target/target.py                        |  33 ++++---
 python/tvm/testing/tir.py                          | 110 +++++++++++++++++++++
 python/tvm/tir/tensor_intrin/cuda.py               |  21 +++-
 src/tir/transforms/inject_software_pipeline.cc     |   3 +-
 .../test_tir_schedule_tensorize_ldmatrix_mma.py    | 106 ++++----------------
 .../test_tir_transform_inject_software_pipeline.py |  77 ++++++++++++++-
 7 files changed, 247 insertions(+), 114 deletions(-)