This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Finer-grained padding control.
ClosedPublic

Authored by gysit on Sep 27 2021, 11:56 AM.

Details

Summary

Adapt the signature of the PaddingValueComputationFunction callback to either return the padding value or failure to signal padding is not desired.

Diff Detail

Event Timeline

gysit created this revision.Sep 27 2021, 11:56 AM
gysit requested review of this revision.Sep 27 2021, 11:56 AM
This revision is now accepted and ready to land.Sep 27 2021, 12:12 PM
This revision was automatically updated to reflect the committed changes.