This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add option to pad Linalg ops to a specified multiple
ClosedPublic

Authored by springerm on Jun 6 2023, 6:00 AM.

Details

Summary

A multiple (int64_t) can optionally be specified for every padding dimension.

Depends On: D152256

Diff Detail

Event Timeline

springerm created this revision.Jun 6 2023, 6:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2023, 6:00 AM
springerm requested review of this revision.Jun 6 2023, 6:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2023, 6:00 AM
dcaballe accepted this revision.Jun 6 2023, 2:55 PM

Tested locally and it works for my case. Thanks!

This revision is now accepted and ready to land.Jun 6 2023, 2:55 PM
This revision was landed with ongoing or failed builds.Jun 7 2023, 12:00 AM
This revision was automatically updated to reflect the committed changes.