[mlir][Linalg]: Optimize linalg generic in transform::PromoteOp to avoid...
[mlir][Linalg]: Optimize linalg generic in transform::PromoteOp to avoid unnecessary copies (#68555) If the operands are not used in the payload of linalg generic operations, there is no need to copy them before the operation.
Loading
Please sign in to comment