[Mlir-commits] [mlir] [MLIR] Add continuous tiling to TileUsingForOp (PR #82792)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Mar 22 07:18:12 PDT 2024


muneebkhan85 wrote:

@ftynse Thanks for the prompt feedback on this. 

> SGTM in principle. I'm not quite sure how this tiling would work for multiple dimensions though.

It should work the same way as it does for multitile_sizes where each dimension is tiled separately.
The above example from @rolfmorel only shows applying continuous tiles for dimension 0. The same
could be repeated for dimension 1 after utilizing replicate and split in the same way as is the case for
multi size tiling.

@rolfmorel and I will work on the proposed changes for `transform.structured.split` and
`transform.foreach` in separate PRs (that will refer to the discussion here) while repurposing this PR
to introduce `transform.structured.continuous_tile_sizes` op.



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


More information about the Mlir-commits mailing list