[PATCH] D80188: [mlir][Linalg] Avoid using scf.parallel for non-parallel loops in Linalg ops.
Mahesh Ravishankar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 23 01:33:19 PDT 2020
mravishankar marked an inline comment as done.
mravishankar added inline comments.
================
Comment at: mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp:387
+ GenericLoopNestRangeBuilder<LoopTy>(ivs, linalgRanges,
+ op.iterator_types().getValue())([&] {
auto &b = ScopedContext::getBuilderRef();
----------------
nicolasvasilache wrote:
> you also want to apply the interchange vector with `applyPermutationToVector`
Can you give me more context here. I am not sure why I need to do that. I am just changing the class used. I dont follow why it is needed now, but wasnt there previously?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80188/new/
https://reviews.llvm.org/D80188
More information about the llvm-commits
mailing list