This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Support distributing transfer op with permutation map
ClosedPublic

Authored by ThomasRaoux on Jun 14 2021, 1:29 PM.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jun 14 2021, 1:29 PM
ThomasRaoux requested review of this revision.Jun 14 2021, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2021, 1:29 PM
nicolasvasilache added inline comments.
mlir/lib/Dialect/Vector/VectorTransforms.cpp
2848

The growth in complexity really starts calling for docs in these patterns.

2864

nit: indexMap

2906

nit: indexMap

This revision is now accepted and ready to land.Jun 21 2021, 12:29 AM

Address comments

ThomasRaoux marked 2 inline comments as done.Jun 21 2021, 12:50 PM
ThomasRaoux added inline comments.
mlir/lib/Dialect/Vector/VectorTransforms.cpp
2848

Added docs

This revision was landed with ongoing or failed builds.Jun 21 2021, 12:56 PM
This revision was automatically updated to reflect the committed changes.