Support unrolling for vector.transpose following the same interface as
other vector unrolling ops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123688
[mlir][vector] Add unrolling pattern for TransposeOp ClosedPublic Authored by ThomasRaoux on Apr 13 2022, 9:50 AM.
Details Summary Support unrolling for vector.transpose following the same interface as
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2022, 12:06 PM This revision was landed with ongoing or failed builds.Apr 13 2022, 12:44 PM Closed by commit rG5b1b7108c897: [mlir][vector] Add unrolling pattern for TransposeOp (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 422607 mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/lib/Dialect/Vector/Transforms/VectorUnrollDistribute.cpp
mlir/test/Dialect/Vector/vector-unroll-options.mlir
mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
|