This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][NFC] Return tensor::PadOp handle from transform op
ClosedPublic

Authored by springerm on Jun 22 2023, 7:53 AM.

Details

Summary

"transform.structured.pad" now returns all tensor::PadOp in addition to the padded ops.

Also add a test case that shows how to force an allocation for "tensor.pad" ops with a custom memory space.

Depends On: D153554

Diff Detail

Event Timeline

springerm created this revision.Jun 22 2023, 7:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 7:53 AM
springerm requested review of this revision.Jun 22 2023, 7:53 AM
springerm updated this revision to Diff 534971.Jun 27 2023, 7:21 AM

clang-format

nicolasvasilache accepted this revision.Jul 4 2023, 4:38 AM
This revision is now accepted and ready to land.Jul 4 2023, 4:38 AM
This revision was landed with ongoing or failed builds.Jul 4 2023, 5:25 AM
This revision was automatically updated to reflect the committed changes.