You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2022/05/08 08:21:22 UTC

[tvm] branch main updated (c75eea775e -> d04907919b)

This is an automated email from the ASF dual-hosted git repository.

syfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from c75eea775e fix two check typo in codegen (#11240)
     add d04907919b [TIR] Fix reverse_compute_at for trivial region with trivial block var (#11234)

No new revisions were added by this update.

Summary of changes:
 src/arith/analyzer.cc                              |  3 ++
 src/arith/interval_set.h                           |  8 +++-
 src/tir/schedule/primitive/compute_at.cc           |  6 +++
 .../unittest/test_tir_schedule_compute_at.py       | 43 ++++++++++++++++++++++
 4 files changed, 59 insertions(+), 1 deletion(-)