[PATCH] D74544: [MLIR] Add naive fusion of parallel loops.
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 06:31:53 PST 2020
ftynse added a comment.
I had a similar comment on the ploop tiling diff, @nicolasvasilache... Linalg fusion is also structural in that sense, but we need to decouple the transformation implementation from any of the dialect-specific concerns. I don't see how many abstraction layers and templates we'd have to add to reuse code across dialects and whether it will be worth the effort. I suppose somebody with deep experience in loop stuff (that is you or me) should look into refactoring this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74544/new/
https://reviews.llvm.org/D74544
More information about the llvm-commits
mailing list