tqchen commented on PR #14571: URL: https://github.com/apache/tvm/pull/14571#issuecomment-1503353556
I think the gist is that we should avoid to rewrite `(x+1)%2` to `1-x%2` in general. Although this is correct, change positive sign to a negative coefficient will cause issues for iter map detection in general, and is not desirable. -- 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]
