This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add vectorization for linalg on tensor ops
ClosedPublic

Authored by ThomasRaoux on Dec 29 2020, 12:30 AM.

Details

Summary

Support vectorization of linalg ops using tensor inputs/outputs.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Dec 29 2020, 12:30 AM
ThomasRaoux requested review of this revision.Dec 29 2020, 12:30 AM

LGTM, thanks!

mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
121–122

extractVectorTypeFromShapedValue ?

This revision is now accepted and ready to land.Dec 29 2020, 12:38 AM

Change function name to extractVectorTypeFromShapedValue.

ThomasRaoux marked an inline comment as done.Dec 29 2020, 12:43 AM