This is an archive of the discontinued LLVM Phabricator instance.

[memref][Transform][NFC] Improve the doc for masked_vectorize
ClosedPublic

Authored by qcolombet on Jan 26 2023, 6:59 AM.

Details

Summary

The transform.structured.masked_vectorize operator assumes that the
iteration space of the given linalg op is smaller than the given vector
sizes.
Explicitly states this requirement in the description of the operation.

Also fix the related comment and assert message in the vectorization code.
The wording was flipped.

NFC

Diff Detail

Event Timeline

qcolombet created this revision.Jan 26 2023, 6:59 AM
Herald added a project: Restricted Project. · View Herald Transcript
qcolombet requested review of this revision.Jan 26 2023, 6:59 AM
dcaballe accepted this revision.Jan 26 2023, 9:41 AM

Thanks for the fix!

This revision is now accepted and ready to land.Jan 26 2023, 9:41 AM
This revision was landed with ongoing or failed builds.Jan 27 2023, 2:21 AM
This revision was automatically updated to reflect the committed changes.