quic-sanirudh opened a new pull request, #16173: URL: https://github.com/apache/tvm/pull/16173
There was a small redundancy in a couple of function passes where they iterate over all passes in the mod within the transform function, while function pass itself would also do that iteration. So we would be un-necessarily iterating through all functions and modifying them, but only one of them would be updated each time transform_function is called. -- 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]
