This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

springerm created this revision.Sep 26 2021, 5:25 PM
springerm requested review of this revision.Sep 26 2021, 5:25 PM
This revision is now accepted and ready to land.Sep 27 2021, 12:38 AM