Lunderberg opened a new pull request, #12821:
URL: https://github.com/apache/tvm/pull/12821

   Follow-up from https://github.com/apache/tvm/pull/11970, to improve 
performance.  In the initial implementation, the `analyzer->int_set` would 
compute the intersection of all scope-based constraints when entering the 
scope, even if they weren't actually used.  This commit delays the call to 
`Intersect` until required, following the same behavior as `ConstIntBound`.


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