Lunderberg opened a new pull request, #16565: URL: https://github.com/apache/tvm/pull/16565
Prior to this commit, private non-primitive relax functions would be discarded by `FuseTIR`. If any calls to these functions exist, the resulting `IRModule` would be ill-formed. This commit updates `FuseTIR` so that it only applies updates to functions with `attr::kPrimitive`, and calls into those functions. To retain backwards compatibility, `DeadCodeElimination` is applied as a post-processing step. -- 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]
