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/06 02:28:59 UTC

[tvm] branch last-successful updated (c732828d48 -> 06c443e995)

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 c732828d48 [TIR] Prevent loop binding over-simplification (#11578)
     add 06c443e995 [Bugfix][TIR] compute-at/fuse/split dtype mismatch (#11582)

No new revisions were added by this update.

Summary of changes:
 src/tir/schedule/primitive/compute_at.cc           |  5 +-
 src/tir/schedule/primitive/loop_transformation.cc  | 21 ++++++--
 .../unittest/test_tir_schedule_compute_at.py       | 24 +++++++--
 .../unittest/test_tir_schedule_split_fuse.py       | 61 ++++++++++++++++++++--
 4 files changed, 97 insertions(+), 14 deletions(-)