If the source operand of a linalg.pad_op operation has static shape, vectorize the copying of the source.
Depends On D103679
Paths
| Differential D103747
[mlir][linalg] Vectorize linalg.pad_op source copying (static source shape) ClosedPublic Authored by springerm on Jun 5 2021, 2:34 AM.
Details Summary If the source operand of a linalg.pad_op operation has static shape, vectorize the copying of the source. Depends On D103679
Diff Detail
Event Timelinespringerm added a child revision: D103791: [mlir][linalg] Vectorize linalg.pad_op source copying (improved).Jun 7 2021, 12:29 AM This revision is now accepted and ready to land.Jun 11 2021, 5:04 AM This revision was landed with ongoing or failed builds.Jun 13 2021, 10:38 PM Closed by commit rG4c2f3d810b4a: [mlir][linalg] Vectorize linalg.pad_op source copying (static source shape) (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 350147 mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
mlir/test/Dialect/Linalg/vectorization.mlir
|