[Mlir-commits] [mlir] [mlir][linalg] Enable fuse consumer (PR #85528)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Mar 28 23:23:59 PDT 2024
================
@@ -74,6 +74,25 @@ def TilingInterface : OpInterface<"TilingInterface"> {
return {};
}]
>,
+ InterfaceMethod<
+ /*desc=*/[{
+ Method to return iterator domain position computed by the
----------------
MaheshRavishankar wrote:
I think this isnt as clear. Please see the description for `getResultTilePosition` maybe something closer to that (or improve both if you have a better description).
https://github.com/llvm/llvm-project/pull/85528
More information about the Mlir-commits
mailing list