[Mlir-commits] [mlir] [mlir][TilingInterface] Allow controlling what fusion is done within tile and fuse (PR #76871)

lorenzo chelini llvmlistbot at llvm.org
Thu Jan 4 09:41:13 PST 2024


================
@@ -97,6 +97,30 @@ struct SCFTileAndFuseOptions {
     tilingOptions = options;
     return *this;
   }
+
+  /// Control function to check if a slice needs to be fused or not,
+  /// The control function recieves
----------------
chelini wrote:

nit: receives

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


More information about the Mlir-commits mailing list