It looks like scalable vector support broke vectorization for 0-D
tensors and we didn't have any test coverting that case. This patch
provides a fix and a test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153181
[mlir][Vector] Fix 0-D tensor vectorization in Linalg ClosedPublic Authored by dcaballe on Jun 16 2023, 4:26 PM.
Details Summary It looks like scalable vector support broke vectorization for 0-D
Diff Detail
Event TimelineHerald added subscribers: alextsao1999, limo1996, stephenneuendorffer, nicolasvasilache. · View Herald Transcript This revision is now accepted and ready to land.Jun 16 2023, 4:28 PM This revision was landed with ongoing or failed builds.Jun 16 2023, 4:46 PM Closed by commit rG3aeb27d69a16: [mlir][Vector] Fix 0-D tensor vectorization in Linalg (authored by dcaballe). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 532330 mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
mlir/test/Dialect/Linalg/vectorization.mlir
|