This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Do not copy buffers with undefined contents
ClosedPublic

Authored by springerm on May 5 2022, 7:48 AM.

Details

Summary

Buffers with undefined contents (e.g., the result of an init_tensor) are no longer copied.

Diff Detail

Event Timeline

springerm created this revision.May 5 2022, 7:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 7:48 AM
springerm requested review of this revision.May 5 2022, 7:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 7:48 AM
pifon2a accepted this revision.May 5 2022, 8:50 AM
This revision is now accepted and ready to land.May 5 2022, 8:50 AM