tqchen commented on code in PR #18319:
URL: https://github.com/apache/tvm/pull/18319#discussion_r2358968325
##########
tests/python/arith/test_arith_simplify.py:
##########
@@ -144,5 +145,16 @@ def test_simplify_floor_mod_with_linear_offset():
assert ana.can_prove_equal(tvm.tir.floormod(expr1, divisor2), 0)
+def test_simplify_float_division():
Review Comment:
Sorry, i meant the failed test case in the CI needs to be updated to reflect
the new logic. so ci is green
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-unity/detail/PR-18319/1/
there is structural tests that expects the transformed IR likely the failure is
due to expected results in previous transformed logic
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]