You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/11/04 15:28:30 UTC

[tvm] branch main updated (de8a79d9ba -> ccb7d07159)

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

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


    from de8a79d9ba [skip-ci][COMMUNITY] New committer Ashutosh Parkhi (#13286)
     add ccb7d07159 [TIR][Arith] Use TryCompare to narrow inequalities if possible (#13024)

No new revisions were added by this update.

Summary of changes:
 src/arith/rewrite_simplify.cc                      | 144 +++++++++++++++++----
 src/arith/rewrite_simplify.h                       |  21 +++
 .../python/unittest/test_arith_rewrite_simplify.py |   2 +-
 tests/python/unittest/test_index_map.py            |   8 +-
 .../test_tir_transform_inject_software_pipeline.py |   4 +-
 .../python/unittest/test_tir_transform_simplify.py |  46 +++++++
 6 files changed, 193 insertions(+), 32 deletions(-)