This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] BufferizeToAllocationOp: Do not copy uninitialized buffers
ClosedPublic

Authored by springerm on Jun 29 2023, 6:54 AM.

Details

Summary

Tensors/buffers that do not have any defined contents (e.g., tensor.empty) are no longer copied.

Depends On: D154071

Diff Detail