This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] BufferizeToAllocationOp: Return handle to buffer
ClosedPublic

Authored by springerm on Jun 22 2023, 3:09 AM.

Details

Summary

Add an additional result handle to the op. This new handle is mapped to the newly allocated buffer.

Depends On: D153853

Diff Detail

Event Timeline

springerm created this revision.Jun 22 2023, 3:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 3:09 AM
springerm requested review of this revision.Jun 22 2023, 3:09 AM
springerm updated this revision to Diff 534900.Jun 27 2023, 3:39 AM
springerm edited the summary of this revision. (Show Details)

rebase

nicolasvasilache accepted this revision.Jun 27 2023, 5:41 AM
This revision is now accepted and ready to land.Jun 27 2023, 5:41 AM
This revision was landed with ongoing or failed builds.Jun 27 2023, 5:56 AM
This revision was automatically updated to reflect the committed changes.