[PATCH] D78498: [mlir] [linalg] Only promote selected buffers.
Pierre Oechsel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 20 08:37:47 PDT 2020
poechsel created this revision.
Herald added subscribers: llvm-commits, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
poechsel updated this revision to Diff 258755.
poechsel added a comment.
Clang formatting suggestions.
The promotion transformation is promoting all input and output buffers of the transformed op. The user might want to only promote some of these buffers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78498
Files:
mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransformPatterns.td
mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h
mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp
mlir/test/Dialect/Linalg/transform-patterns.mlir
mlir/test/lib/DeclarativeTransforms/TestLinalgTransformPatterns.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78498.258755.patch
Type: text/x-patch
Size: 7918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200420/60648bd5/attachment.bin>
More information about the llvm-commits
mailing list