Lunderberg opened a new pull request, #15495: URL: https://github.com/apache/tvm/pull/15495
Prior to this commit, pattern matches were evaluated a single time, in the order of the block bindings. If a pattern rewrite produced a node which would also match the pattern (e.g. recursive reordering), the pattern would still only be evaluated once. This commit updates `PatternMatcher` to iterate until convergence when provided with a pattern, analogous to its current behavior when called through `rewrite_bindings`. -- 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]
