When splitting with linalg.copy, cannot write into the destination alloc directly. Instead, write into a subview of the alloc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110512
[mlir][vector] Fix bug in vector-transfer-full-partial-split ClosedPublic Authored by springerm on Sep 26 2021, 5:25 PM.
Details Summary When splitting with linalg.copy, cannot write into the destination alloc directly. Instead, write into a subview of the alloc.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 27 2021, 12:38 AM Closed by commit rGffdf0a370db0: [mlir][vector] Fix bug in vector-transfer-full-partial-split (authored by springerm). · Explain WhySep 27 2021, 2:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 375174 mlir/lib/Dialect/Vector/VectorTransforms.cpp
mlir/test/Dialect/Vector/vector-transfer-full-partial-split.mlir
|