You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/02/03 23:13:03 UTC

[tvm] branch main updated (a8741e2 -> 96416c4)

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

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


    from a8741e2  [microNPU] Fix layout assignment in layout optimizer pass (#10143)
     add 96416c4  [TIR][Schedule] Update compact_dataflow constraint (#10158)

No new revisions were added by this update.

Summary of changes:
 src/meta_schedule/schedule_rule/auto_inline.cc     |  5 +-
 .../schedule_rule/random_compute_location.cc       |  5 +-
 src/tir/schedule/analysis.h                        | 23 +++---
 src/tir/schedule/analysis/analysis.cc              | 85 +++++++++++-----------
 src/tir/schedule/primitive/blockize_tensorize.cc   |  6 +-
 src/tir/schedule/primitive/cache_read_write.cc     |  6 +-
 src/tir/schedule/primitive/compute_at.cc           |  7 +-
 src/tir/schedule/primitive/compute_inline.cc       |  8 +-
 src/tir/schedule/primitive/for_kind.cc             |  6 +-
 src/tir/schedule/primitive/get_block_loop.cc       |  6 +-
 src/tir/schedule/primitive/reduction.cc            |  6 +-
 .../unittest/test_tir_schedule_compute_at.py       | 52 ++++++++++++-
 .../python/unittest/test_tir_schedule_for_kind.py  | 61 ++++++++++++++++
 13 files changed, 189 insertions(+), 87 deletions(-)