ysh329 commented on PR #14715:
URL: https://github.com/apache/tvm/pull/14715#issuecomment-1521161372

   Hi @driazati , I tried this test locally and failed log as below:
   
   ```shell
   $ python3 ./tests/python/unittest/test_arith_canonical_simplify.py
   Traceback (most recent call last):
     File "./tests/python/unittest/test_arith_canonical_simplify.py", line 427, 
in <module>
       test_proddiv_simplify()
     File "./tests/python/unittest/test_arith_canonical_simplify.py", line 398, 
in test_proddiv_simplify
       ck.verify(flm(x * 32 * x, x), 0)
     File "./tests/python/unittest/test_arith_canonical_simplify.py", line 29, 
in verify
       assert tvm.ir.structural_equal(res, expected), 
"\ndata={}\nres={}\nexpected={}".format(
   AssertionError:
   data=x * 32 * x % x
   res=x * 32 * x % x
   expected=0
   ```


-- 
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]

Reply via email to