This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] BufferizeToAllocation: Add custom memcpy op
ClosedPublic

Authored by springerm on Jul 11 2023, 7:10 AM.

Details

Summary

Add a new option that allows users to specify a memcpy op: "memref.tensor_store", "memref.copy" or "linalg.copy".

Depends On: D154967

Diff Detail

Event Timeline

springerm created this revision.Jul 11 2023, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 7:10 AM
springerm requested review of this revision.Jul 11 2023, 7:10 AM
nicolasvasilache accepted this revision.Jul 11 2023, 7:16 AM
This revision is now accepted and ready to land.Jul 11 2023, 7:16 AM
This revision was landed with ongoing or failed builds.Jul 11 2023, 7:48 AM
This revision was automatically updated to reflect the committed changes.