This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 1240649257 [FFI][REFACTOR] Direct structural APIs to tvm-ffi (#19661)
add 96b8257002 [Arith] Memoize IntervalSet variable relaxation to avoid
exponential blowup (#19670)
add 913fc4bf63 [Arith] Gate canonical-simplify LT Case 2 on extra scale ==
+1 (#19669)
add 4d9d129c93 [Relax][ONNX] Fix Cast operator float->int NaN/Inf handling
(#19626)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 57 ++++++++++++++++++++++
src/arith/canonical_simplify.cc | 11 ++++-
src/arith/int_set.cc | 32 ++++++++++--
.../python/arith/test_arith_canonical_simplify.py | 44 +++++++++++++++++
tests/python/arith/test_arith_intset.py | 30 ++++++++++++
tests/python/relax/test_frontend_onnx.py | 31 ++++++++++++
6 files changed, 200 insertions(+), 5 deletions(-)