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

Ahmed S. Taei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 16:22:57 PDT 2020


asaadaldien added inline comments.


================
Comment at: mlir/include/mlir/EDSC/Builders.h:222
 
+/// A NestedBuilder is a scoping abstraction to create an idiomatic syntax
+/// embedded in C++ that serves the purpose of building nested MLIR.
----------------
Can we move this block to back to line:79 ?


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