[Mlir-commits] [mlir] [mlir][linalg] Enable fuse consumer (PR #85528)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Thu Apr 18 04:12:58 PDT 2024
================
@@ -96,6 +96,25 @@ def TilingInterface : OpInterface<"TilingInterface"> {
return failure();
}]
>,
+ InterfaceMethod<
+ /*desc=*/[{
+ Method to return the position of iteration domain tile computed by the
+ tiled operation.
+ }],
+ /*retType=*/"LogicalResult",
----------------
ftynse wrote:
Nit: prefer globally-qualified types in .td, `::mlir::LogicalResult`. Generated code may be #included in another namespace.
https://github.com/llvm/llvm-project/pull/85528
More information about the Mlir-commits
mailing list