[PATCH] D73684: [MLIR][Linalg] Lower linalg.generic to ploops.
Alexander Belyaev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 05:08:27 PST 2020
pifon2a added a comment.
In D73684#1849025 <https://reviews.llvm.org/D73684#1849025>, @ftynse wrote:
> What happens when you have non-parallel loops in the generic op? Can we have a test for this case (even if there's no transform happening, just make sure we bail out instead of generating incorrectly parallel loop?)
Thank you for the comments. I added a test and a check, that should fail if we are lowering to ploops with any non-zero number of window/reduce loops.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73684/new/
https://reviews.llvm.org/D73684
More information about the llvm-commits
mailing list