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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Jun 29 00:09:19 PDT 2025


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

fixed :)

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


More information about the Mlir-commits mailing list