[Mlir-commits] [mlir] [mlir][SCF] Deprecate `linalg::tileToForallOp` and `linalg::tileToForallOpUsingTileSizes` (PR #91878)
Nicolas Vasilache
llvmlistbot at llvm.org
Sun May 12 07:13:22 PDT 2024
https://github.com/nicolasvasilache commented:
Thanks for making progress on this!
I see this seems to single out tiling by tileSizes, what is the plan for numThreads?
I want to make sure this is not an attempt to remove it because it would be a non-starter: it connects to further transforms for which the information is important.
https://github.com/llvm/llvm-project/pull/91878
More information about the Mlir-commits
mailing list