This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Enable masking for static shapes
ClosedPublic

Authored by dcaballe on Feb 13 2023, 12:03 PM.

Details

Summary

Support for masking static shapes was already implemented in the past
but not enabled so this patch is just removing a pre-condition check and
adding some tests with static shapes.

Diff Detail

Event Timeline

dcaballe created this revision.Feb 13 2023, 12:03 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Feb 13 2023, 12:03 PM
ThomasRaoux accepted this revision.Feb 14 2023, 8:41 AM

awesome!

This revision is now accepted and ready to land.Feb 14 2023, 8:41 AM
This revision was automatically updated to reflect the committed changes.