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 2024/03/19 05:02:52 UTC

(tvm) branch nightly updated (fbfa926585 -> 95ec38be98)

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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from fbfa926585 [Relax] Implement relax.transform.TopologicalSort (#16697)
     add 6df42d4b98 [Bugfix][TIR] Avoid overwrite of unmanaged buffer allocations (#16726)
     add 5cbcaf45a4 [MetaSchedule] Make the `opt_level` of `tune_relay()` adjustable (#16725)
     add 95ec38be98 [Arith] Provide tighter ConstIntBounds for special cases (#16588)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/relay_integration.py      |   4 +
 src/arith/const_int_bound.cc                       | 200 +++++++++
 src/arith/rewrite_simplify.cc                      |  11 +
 .../plan_update_buffer_allocation_location.cc      |  36 +-
 tests/python/arith/test_arith_const_int_bound.py   | 488 +++++++++------------
 tests/python/arith/test_arith_rewrite_simplify.py  |  24 +
 ...sform_plan_update_buffer_allocation_location.py |  33 +-
 7 files changed, 485 insertions(+), 311 deletions(-)