This increase the flexibility of the transformation to allow mixed packing / padding specifications.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146969
[mlir][Linalg][Transform] Add support to let `transform.structured.pack_greedily` pad to the next multiple of a static constant ClosedPublic Authored by nicolasvasilache on Mar 27 2023, 8:01 AM.
Details Summary This increase the flexibility of the transformation to allow mixed packing / padding specifications.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 27 2023, 8:54 AM This revision was landed with ongoing or failed builds.Mar 27 2023, 11:37 PM Closed by commit rG15f52c1502e6: [mlir][Linalg][Transform] Add support to let `transform.structured. (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 508664 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/test/Dialect/Linalg/transform-pack-greedily.mlir
|