[PATCH] D77678: [mlir][Linalg] Add loop.parallel lowering for all Linalg Ops.

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 15:16:58 PDT 2020


nicolasvasilache added a comment.

The utility function part looks like quite a massive change for just the purpose of getting the `xxxForOp` from their respective induction variables.
Why is this a good tradeoff (also, it is not tested FWICT)?

Could it be separated from this revision and evaluated independently as it seems quite orthogonal to the part that handles more cases of Linalg -> ploops ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77678/new/

https://reviews.llvm.org/D77678





More information about the llvm-commits mailing list