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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jun 20 04:41:03 PDT 2024


muneebkhan85 wrote:

@ftynse I have included a commit that solves the aforementioned issue with dynamic bounds, by introducing `zip_shortest` attribute and functionality to the `foreach` op. I have also included a test case for dynamic bounds in  `mlir/test/Dialect/Linalg/continuous-tiling-full.mlir`.

If this looks like a viable solution to you, please help with merging this PR. Otherwise, please let me know if you have other suggestions.

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


More information about the Mlir-commits mailing list