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/05/13 21:49:19 UTC

[tvm] branch last-successful updated (6c339eaa8f -> 2eb742d6da)

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 6c339eaa8f [Hexagon] Remove sim_options from tvm.target.hexagon() (#11293)
     add 0e8107bfc7 [TIR][Arith] Implemented padded inverses in IndexMap (#11235)
     add 2eb742d6da [profiler] Skip i386 skip condition (#11280)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/iter_affine_map.h                |  73 ++-
 include/tvm/tir/index_map.h                        |  20 +-
 python/tvm/tir/function.py                         | 110 +++-
 src/arith/iter_affine_map.cc                       | 627 ++++++++++++++++-----
 src/arith/rewrite_simplify.cc                      |   4 +
 src/tir/ir/index_map.cc                            |  72 +++
 src/tir/schedule/state.cc                          |   1 +
 tests/python/unittest/test_index_map.py            | 189 +++++++
 tests/python/unittest/test_runtime_profiling.py    |   2 +-
 .../python/unittest/test_tir_schedule_analysis.py  |  12 +-
 10 files changed, 959 insertions(+), 151 deletions(-)
 create mode 100644 tests/python/unittest/test_index_map.py