When the output indexing map has a permutation we need to consider in
the contraction vector type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106469
[mlir][linalg] Fix bug in contraction op vectorization with output perm ClosedPublic Authored by ThomasRaoux on Jul 21 2021, 11:08 AM.
Details Summary When the output indexing map has a permutation we need to consider in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 22 2021, 12:02 PM This revision was landed with ongoing or failed builds.Jul 23 2021, 8:40 AM Closed by commit rG73a9d6d0e200: [mlir][linalg] Fix bug in contraction op vectorization with output perm (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361236 mlir/include/mlir/IR/AffineMap.h
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
mlir/lib/Dialect/Vector/VectorTransforms.cpp
mlir/test/Dialect/Linalg/vectorization.mlir
|