[Mlir-commits] [mlir] [mlir][SCF] Deprecate `linalg::tileToForallOp` and `linalg::tileToForallOpUsingTileSizes` (PR #91878)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Jun 1 11:58:00 PDT 2024


MaheshRavishankar wrote:

> I believe we're using this in our project. If there's a better way, we're all ears, and can change our code to match, but it would be good to understand the alternatives.

@rengolin  I updated the PR description to how you can change your use case to map to using `scf::tileUsingSCF`.

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


More information about the Mlir-commits mailing list