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/02/09 03:09:46 UTC

[tvm] branch main updated (8247724 -> 8c53f62)

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 8247724  [FQ2I] Add topk to FQ2I (#10170)
     add 8c53f62  [TIR] Allow compute_at create block predicate for non-trivial bounds and support floordiv pattern (#9527)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/int_set.h                        |   5 +
 src/arith/int_set.cc                               |  14 ++
 src/arith/iter_affine_map.cc                       |   1 +
 src/tir/analysis/block_access_region_detector.cc   |  16 +-
 src/tir/schedule/primitive/compute_at.cc           | 171 +++++++++++++----
 .../python/unittest/test_arith_iter_affine_map.py  |   8 +
 .../test_tir_analysis_get_block_access_region.py   |  20 +-
 .../unittest/test_tir_schedule_compute_at.py       | 211 ++++++++++++++++++++-
 8 files changed, 374 insertions(+), 72 deletions(-)