[Mlir-commits] [mlir] [mlir][Transform] Extend transform.foreach to take multiple arguments (PR #93705)

Rolf Morel llvmlistbot at llvm.org
Wed May 29 09:56:14 PDT 2024


rolfmorel wrote:

NB: the main motivation is to enable "continuous tiling" to be expressed as a couple of Transform ops working in unison, see here: https://github.com/llvm/llvm-project/pull/82792#issuecomment-2011851728
When this PR is merged [PR82792](https://github.com/llvm/llvm-project/pull/82792) can add a full test case of continuous tiling to the test suite.

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


More information about the Mlir-commits mailing list