[Mlir-commits] [mlir] [MLIR][SCF] Add an API to fuse consumer to a producer within scf loop (PR #88712)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu May 30 01:23:42 PDT 2024


================
@@ -96,6 +96,25 @@ def TilingInterface : OpInterface<"TilingInterface"> {
           return failure();
         }]
       >,
+      InterfaceMethod<
+        /*desc=*/[{
+          Method to return the the tile of the iteration domain where
+          values from the given tile of the operand are used
----------------
ftynse wrote:

```suggestion
          Method to return the tile of the iteration domain where
          values from the given tile of the operand are used.
```

https://github.com/llvm/llvm-project/pull/88712


More information about the Mlir-commits mailing list