This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Vectorize integer matmuls
ClosedPublic

Authored by bkramer on Jul 22 2020, 9:23 AM.

Details

Summary

The underlying infrastructure supports this already, just add the
pattern matching for linalg.generic.

Diff Detail

Event Timeline

bkramer created this revision.Jul 22 2020, 9:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2020, 9:23 AM
aartbik accepted this revision.Jul 22 2020, 10:01 AM
aartbik added inline comments.
mlir/test/Dialect/Linalg/transform-patterns.mlir
122

indent the %C with %A
(looking around we have not been very consistent doing that here, but I find that more readable)

This revision is now accepted and ready to land.Jul 22 2020, 10:01 AM
This revision was automatically updated to reflect the committed changes.