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

donald chen llvmlistbot at llvm.org
Wed Apr 17 03:27:38 PDT 2024


================
@@ -74,6 +74,25 @@ def TilingInterface : OpInterface<"TilingInterface"> {
           return {};
         }]
       >,
+      InterfaceMethod<
+        /*desc=*/[{
+          Method to return iterator domain position computed by the
+          input operand position.
+        }],
+        /*retType=*/"LogicalResult",
+        /*methodName=*/"getIterDomainTilePositionFromOperandPosition",
----------------
cxy-1993 wrote:

DONE rename to getIterationDomainTileFromOperandTile

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


More information about the Mlir-commits mailing list