[PATCH] D77965: [mlir][Linalg] NFC: Add utility function to tile, fuse and set marker to use loop.parallel.

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 12 17:38:08 PDT 2020


antiagainst added inline comments.


================
Comment at: mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h:65
                                        StringRef linalgMarker,
                                        ArrayRef<unsigned> permutation);
+LogicalResult tileLinalgOpToParallelLoopsAndSetMarker(
----------------
Might worth to explain the differences between these two variants?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77965





More information about the llvm-commits mailing list