[PATCH] D78140: [mlir][Linalg] NFC: Add missing comments from earlier commit (D77965)

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 12:24:43 PDT 2020


antiagainst accepted this revision.
antiagainst added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h:79
+
+/// Tiles ops similar to `tileAndFuseLinalgOpAndSetMarker` but generates
+/// loop.parallel operations instead.
----------------
Would be nice to explicitly mention that the previous one generates loop.for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78140





More information about the llvm-commits mailing list