Lunderberg commented on PR #16589:
URL: https://github.com/apache/tvm/pull/16589#issuecomment-1948952524

   The unit test 
`tests/python/relax/test_transform_adjust_matmul_order.py::TestRHSPermuteDimsWithDynamicBatch`
 is currently failing for this PR.  In order to determine whether `(A*B)*C` or 
`A*(B*C)` results in fewer operations, it must make use of the improved 
`ConstIntBounds` in https://github.com/apache/tvm/pull/16588.  After that PR 
lands, `TestRHSPermuteDimsWithDynamicBatch` should be able to pass.


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