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

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Apr 25 01:19:37 PDT 2024


================
@@ -82,15 +82,34 @@ def TilingInterface : OpInterface<"TilingInterface"> {
           by the tiled implementation. Expects the same `offsets` and `sizes` as
           used to obtain the tiled implementation of the operation.
         }],
-        /*retType=*/"LogicalResult",
+        /*retType=*/"::mlir::LogicalResult",
----------------
ftynse wrote:

Nit: let's be systematic and use `::mlir::` everywhere, there are plenty of cases below.

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


More information about the Mlir-commits mailing list