This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Lower PadTensorOps with non-constant pad value
ClosedPublic

Authored by springerm on Jun 8 2021, 2:52 AM.

Details

Summary

The padding of such ops is not generated in a vectorized way. Instead, emit a tensor::GenerateOp.

We may vectorize GenerateOps in the future.

Depends On D103791

Diff Detail

Event Timeline

springerm created this revision.Jun 8 2021, 2:52 AM
springerm requested review of this revision.Jun 8 2021, 2:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2021, 2:52 AM
nicolasvasilache accepted this revision.Jun 11 2021, 5:06 AM
This revision is now accepted and ready to land.Jun 11 2021, 5:06 AM
This revision was landed with ongoing or failed builds.Jun 13 2021, 11:11 PM
This revision was automatically updated to reflect the committed changes.