comaniac opened a new pull request #5410: URL: https://github.com/apache/incubator-tvm/pull/5410
We have observed that recursive passes in BYOC infra will encounter the stack overflow issue when processing large model (e.g., ResNet-101). This PR refactors all but `PartitionGraph` passes in BYOC infra with non-recursive manner. Another PR for `PartitionGraph` will be followed up. That pass does not traverse graph neither in pre-order nor in post-order, so we need more time to refactor. cc @zhiics @mbrookhart @mbaret @manupa-arm ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
