Fix a bug causing to pick the wrong vector size to broadcast to when the source vectors have different ranks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93118
[mlir][linalg] Fix bug in elementwise vectorization ClosedPublic Authored by ThomasRaoux on Dec 11 2020, 7:07 AM.
Details Summary Fix a bug causing to pick the wrong vector size to broadcast to when the source vectors have different ranks.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 11 2020, 3:32 PM This revision was landed with ongoing or failed builds.Dec 14 2020, 10:47 AM Closed by commit rG8955e9f6b75d: [mlir][linalg] Fix bug in elementwise vectorization (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 311651 mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
mlir/test/Dialect/Linalg/vectorization.mlir
|