[Mlir-commits] [mlir] [MLIR][SCF] Add an API to fuse consumer to a producer within scf loop (PR #88712)
Quinn Dawkins
llvmlistbot at llvm.org
Tue May 21 06:40:37 PDT 2024
================
@@ -63,8 +63,8 @@ def TilingInterface : OpInterface<"TilingInterface"> {
The method returns the operation that is the tiled
implementation.
}],
- /*retType=*/"FailureOr<TilingResult>",
- /*methodName=*/"getTiledImplementation",
+ /*retType=*/"FailureOr<::mlir::TilingResult>",
+ /*methodName=*/"getTiledImplementationAsProducer",
----------------
qedawkins wrote:
Leaving this as `getTiledImplementation` is fine. The naming is clear enough to me and best to minimize downstream API breakages.
https://github.com/llvm/llvm-project/pull/88712
More information about the Mlir-commits
mailing list