masahi commented on issue #13296: URL: https://github.com/apache/tvm/issues/13296#issuecomment-1306469202
Hmm strange, usually when we hit a stack overflow issue, the fix is to replace the recursive visitor with the non-recursive one, which is called `MixedModeVisitor` in TVM. But `RelayToTIRTargetHook` is already using the mixed mode visitor https://github.com/apache/tvm/blob/985680ee1ae77ebe51f373df64063f8372e6cb6e/src/relay/transforms/target_hooks.cc#L55. So I don't expect the stack overflow to be coming from this pass. Can you dig deeper into this pass to see if endless recursive visit is happening there somewhere? -- 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]
