You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/03/27 12:26:24 UTC

[tvm] branch main updated (474bc4e -> dc81767)

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

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


    from 474bc4e  [RUNTIME][WEB] Cleanup logging for web runtime. (#7750)
     add dc81767  [ARITH] detect iter affine map with predicate (#7752)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/analyzer.h                       |  10 +
 include/tvm/arith/iter_affine_map.h                |   5 +-
 include/tvm/tir/analysis.h                         |   6 +
 python/tvm/arith/iter_affine_map.py                |  14 +-
 src/arith/analyzer.cc                              |   7 +
 .../functor_common.h => arith/expr_complexity.cc}  |  40 +-
 src/arith/iter_affine_map.cc                       | 453 ++++++++++++++++-----
 src/arith/solve_linear_inequality.cc               |  51 +--
 .../python/unittest/test_arith_iter_affine_map.py  | 104 ++++-
 9 files changed, 518 insertions(+), 172 deletions(-)
 copy src/{tir/ir/functor_common.h => arith/expr_complexity.cc} (56%)