Extend the broadcast pattern to support also SplatOp. SplatOp on vector handles a subset of what vector.broadcast does.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102091
[mlir][vector] Extend pattern to trim lead unit dimension to Splat Op ClosedPublic Authored by ThomasRaoux on May 7 2021, 1:51 PM.
Details Summary Extend the broadcast pattern to support also SplatOp. SplatOp on vector handles a subset of what vector.broadcast does.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 7 2021, 1:53 PM This revision was landed with ongoing or failed builds.May 7 2021, 1:56 PM Closed by commit rGd0453a8933a1: [mlir][vector] Extend pattern to trim lead unit dimension to Splat Op (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 343756 mlir/lib/Dialect/Vector/VectorTransforms.cpp
mlir/test/Dialect/Vector/vector-transforms.mlir
|