This is an archive of the discontinued LLVM Phabricator instance.

[mlir][VectorOps] Fall back to a loop when accessing a vector from a strided memref
ClosedPublic

Authored by bkramer on Sep 3 2020, 4:53 AM.

Diff Detail

Event Timeline

bkramer created this revision.Sep 3 2020, 4:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2020, 4:53 AM
bkramer requested review of this revision.Sep 3 2020, 4:53 AM
nicolasvasilache accepted this revision.Sep 3 2020, 6:17 AM
This revision is now accepted and ready to land.Sep 3 2020, 6:17 AM

Note I am also making some changes to the scalar path for other correctness purposes.
There may be something interesting to do down the line.

bkramer updated this revision to Diff 289707.Sep 3 2020, 6:45 AM

Also handle transfer_write

nicolasvasilache accepted this revision.Sep 3 2020, 6:48 AM