This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Enable masked vectorization of linalg.fill
ClosedPublic

Authored by dcaballe on Mar 24 2023, 5:40 PM.

Details

Summary

linalg.fill was already vectorizable with masks but not supported in the
dynamic pre-checks.

Diff Detail

Event Timeline

dcaballe created this revision.Mar 24 2023, 5:40 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Mar 24 2023, 5:40 PM
This revision is now accepted and ready to land.Mar 29 2023, 12:22 AM