[Mlir-commits] [mlir] [mlir][linalg] Enable fuse consumer (PR #85528)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Mar 28 23:23:58 PDT 2024


================
@@ -96,6 +115,42 @@ def TilingInterface : OpInterface<"TilingInterface"> {
           return failure();
         }]
       >,
+      InterfaceMethod<
+        /*desc=*/[{
+          Method to generate the tiled implementation of an operation from
+          operand position.
+
+          Generates the IR that generate the tiled implementation of an
----------------
MaheshRavishankar wrote:

Nit : 

```
Generates the IR that computes the tiled implementation of an operation based on
the operand tile

```

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


More information about the Mlir-commits mailing list