A multiple (int64_t) can optionally be specified for every padding dimension.
Depends On: D152256
Paths
| Differential D152262
[mlir][linalg] Add option to pad Linalg ops to a specified multiple ClosedPublic Authored by springerm on Jun 6 2023, 6:00 AM.
Details Summary A multiple (int64_t) can optionally be specified for every padding dimension. Depends On: D152256
Diff Detail
Event Timelinespringerm added a parent revision: D152256: [mlir][linalg][NFC] Simplify padOperandToSmallestStaticBoundingBox.Jun 6 2023, 6:00 AM This revision is now accepted and ready to land.Jun 6 2023, 2:55 PM This revision was landed with ongoing or failed builds.Jun 7 2023, 12:00 AM Closed by commit rG2b7ded215dcd: [mlir][linalg] Add option to pad Linalg ops to a specified multiple (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 528818 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
mlir/test/Dialect/Linalg/transform-op-pad.mlir
|