sisleyli opened a new pull request, #14344: URL: https://github.com/apache/tvm/pull/14344
The `rewrite_once` of the current `PatternRewriter` rewrites once only when the last callback in the callbacks list is `rewrite_once`. I don't think this is as expected. I think the `rewrite_once` strategy should be that the callback marked with `rewrite_once` is rewritten only once, and the rest of the callbacks are still rewritten multiple times. -- 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]
