[Mlir-commits] [mlir] [mlir][TilingInterface] Add scf::tileUsingSCFForallOp method to tile using the interface to generate `scf::forall`. (PR #67083)

Han-Chung Wang llvmlistbot at llvm.org
Wed Oct 18 17:09:43 PDT 2023


================
@@ -82,6 +93,12 @@ struct SCFTileAndFuseOptions {
   }
 };
 
+/// Method to tile and op that implements the `TilingInterface` using
+/// `scf.forall`.
----------------
hanhanW wrote:

typo

```suggestion
/// Method to tile an op that implements the `TilingInterface` using
/// `scf.forall`.
```

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


More information about the Mlir-commits mailing list