mbrookhart opened a new pull request #8434: URL: https://github.com/apache/tvm/pull/8434
@jroesch @d-smirnov I've been playing around with some absurdly large models recently (50k-400k nodes), and I've hit a few stack overflows in passes and deleting said graphs. This isn't a full fix for all of the pass bugs I've hit, but it's a step. This provides iterative traversals for a-normal graphs in the Renamer pass and the Dependency Graph pass. It also provides methods for dismantling large a-normal graphs on deletion. -- 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]
