akaashrp opened a new pull request, #20139: URL: https://github.com/apache/tvm/pull/20139
`FuseOps` may lift a symbolic primitive argument into an independent scalar parameter before the complete fused-function boundary is known. This can sever its relationship with tensor or shape types, making the result argument-order dependent and potentially producing an invalid or redundant ABI. This PR classifies symbolic primitive arguments after collecting the full fused-function boundary, preserving their relationship with tensor and shape types regardless of argument order. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
