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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 3 09:11:02 PDT 2024


https://github.com/MaheshRavishankar commented:

Just a fly-by comment. I cant say for sure, but please refrain from using any of the `linalg::tile*` methods and use the `scf::tileUsingSCG*` methods. The `linalg::` are being removed.

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


More information about the Mlir-commits mailing list