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

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


    from 989e5a1128 [ETHOSN] Add support for resize (#12535)
     add 1ec2c36912 [TIR][CompactBufferAllocation] Improve upperbound 
estimation of buffer compaction (#12527)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/int_set.h                        |  39 ++-
 python/tvm/arith/__init__.py                       |   8 +-
 python/tvm/arith/int_set.py                        |  48 +++
 src/arith/int_set.cc                               | 131 ++++++--
 src/tir/schedule/primitive/compute_at.cc           |   2 +-
 src/tir/schedule/state.cc                          |  14 +-
 src/tir/schedule/utils.h                           |  18 --
 src/tir/transforms/compact_buffer_region.cc        |   2 +-
 tests/python/unittest/test_arith_intset.py         | 354 +++++++++++----------
 .../test_tir_transform_compact_buffer_region.py    | 100 ++++++
 10 files changed, 496 insertions(+), 220 deletions(-)

Reply via email to