[Mlir-commits] [mlir] [mlir][Linalg]: Add rewrite pattern to fuse fill with reduce operations (PR #125401)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 4 11:54:09 PST 2025
MaheshRavishankar wrote:
> Unfortunately, this flow makes the final linalg.generic too naive (works on one element) and our general flow depends on the fact the linalg.generic is the actual heavy compute.
This was an example. You can use any tile size you want. I wrote that just to show the loop structure that it would generate with tile and fuse.
You might want to do fusion of loops, but it is strictly harder. If you want more suggestions based on what you are trying to do, please start a discourse thread with your needs.
https://github.com/llvm/llvm-project/pull/125401
More information about the Mlir-commits
mailing list