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

   Current CI failures are due to `T.assume(expr)` no longer being parsed by 
TVMScript on main.  It looks like this is related to 
https://github.com/apache/tvm/pull/12496.  After that PR, any PrimExpr that 
occurs in the context of a statement is silently ignored, including `T.assume`. 
 For now, updating the `T.assume` instances in this PR to instead use 
`T.evaluate(T.assume(...))`, and putting together a separate PR to avoid the 
silent dropping of expressions.


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