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 ddf7bce8c7 Upgrade to CUTLASS 4.2.1 (#18372)
add 70c157d6ca [Analyzer] Enhance ConstIntBoundAnalyzer and IntervalSet
with modular set analysis (#18330)
add 6ccdb45844 [TIR] Refactor division simplification in RewriteSimplifier
(#18319)
No new revisions were added by this update.
Summary of changes:
src/arith/const_int_bound.cc | 59 +++-
src/arith/int_set.cc | 76 ++++--
src/arith/rewrite_simplify.cc | 7 -
tests/python/arith/test_arith_const_int_bound.py | 12 +
tests/python/arith/test_arith_intset.py | 10 +
tests/python/arith/test_arith_simplify.py | 12 +
...schedule_feature_extractor_per_store_feature.py | 88 +++---
tests/python/relax/test_codegen_cudnn.py | 4 +-
tests/python/relax/test_op_create.py | 2 +-
.../python/relax/test_transform_legalize_ops_nn.py | 296 ++++++++++-----------
.../relax/test_transform_legalize_ops_qdq.py | 4 +-
...st_transform_legalize_ops_search_statistical.py | 14 +-
tests/python/te/test_te_create_primfunc.py | 4 +-
13 files changed, 352 insertions(+), 236 deletions(-)