slyubomirsky opened a new pull request, #14228: URL: https://github.com/apache/tvm/pull/14228
This PR fixes a small oversight in #14149. Namely, the analysis for detecting recursion in Relax adds all reference to global vars into the dependency graph, but some global vars might refer to TIR `PrimFunc`s. Those should not be in the dependency graph, and this PR ignores any that it detects. -- 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]
