junrushao commented on PR #14320: URL: https://github.com/apache/tvm/pull/14320#issuecomment-1472724656
> (This had an interesting interaction with #14318, because the accidental constant-folding could result in `i == j // dynamic_param` to become `i == j` when the dynamic parameter was `1`. As a result, changing a numeric value could result in entirely different TIR being generated.) In this case, perhaps we should instead do `i == T.FloorDiv(j, dynamic_param)` -- 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]
