This is an archive of the discontinued LLVM Phabricator instance.

[mlir]Add an integration test for masked vectorisation for linalg.matmul
ClosedPublic

Authored by awarzynski on Aug 1 2023, 12:45 PM.

Diff Detail

Event Timeline

awarzynski created this revision.Aug 1 2023, 12:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 12:45 PM
awarzynski requested review of this revision.Aug 1 2023, 12:45 PM

Improve var names

dcaballe added inline comments.Aug 2 2023, 3:33 PM
mlir/test/Integration/Dialect/Linalg/CPU/test-matmul-masked-vec.mlir
27

Shouldn't we mask out some elements so that we can see if the mask is properly applied?

awarzynski updated this revision to Diff 546895.Aug 3 2023, 8:49 AM

Update the mask to demonstrate how half of the output matrix is masked out

dcaballe accepted this revision.Aug 3 2023, 9:16 AM
This revision is now accepted and ready to land.Aug 3 2023, 9:16 AM
This revision was landed with ongoing or failed builds.Aug 3 2023, 1:15 PM
This revision was automatically updated to reflect the committed changes.