slyubomirsky opened a new pull request, #16462: URL: https://github.com/apache/tvm/pull/16462
This is a temporary fix that assigns a global symbol to `PrimFunc`s introduced by the in-place transformation. The issue this addresses is that `FuseTIR` currently removes all `PrimFunc`s that are not marked public other than those that can be handled in fusion. The permanent solution to this issue would be to handle these `PrimFunc`s in `FuseTIR` and `FuseOps`, which I am planning to attempt, but that should not be a blocker on using in-place `PrimFunc`s with those passes (which are part of the compilation pipeline). -- 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]
