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

[tvm] branch main updated (ac9bf1f -> ce45f26)

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

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


    from ac9bf1f  [TVMC] Add configuration `tir.add_lower_pass` to option `--pass-config` (#9817)
     add ce45f26  add a simplify rule for floordiv(x*8+7, 16) => floordiv(x, 2) (#10232)

No new revisions were added by this update.

Summary of changes:
 src/arith/rewrite_simplify.cc                      | 14 +++++++
 tests/python/unittest/test_arith_intset.py         | 10 +++--
 .../python/unittest/test_arith_rewrite_simplify.py |  4 ++
 .../unittest/test_tir_schedule_compute_at.py       | 45 +++++++++++++++++++---
 4 files changed, 64 insertions(+), 9 deletions(-)