yincs-intellif opened a new pull request, #12150: URL: https://github.com/apache/tvm/pull/12150
This patch enhance DetectClipBound function support input PrimExpr includes tir.Not or tir. Min or tir.Max. Eg: (1)(!(a > (b*6)) && ((a - 1) > 0)) (2) ((min(a, b) > 3) && ((a - 10) < 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]
