[Mlir-commits] [mlir] [mlir][linalg] Allow promotion to use the original subview size (PR #144334)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Jun 24 00:05:40 PDT 2025


================
@@ -427,6 +427,13 @@ struct LinalgPromotionOptions {
     useFullTileBuffersDefault = use;
     return *this;
   }
+  /// If true bufffers will be allocated with the original subview size. This
----------------
ftynse wrote:

```suggestion
  /// If true, buffers will be allocated with the original subview size. This
```

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


More information about the Mlir-commits mailing list