This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Add bufferization.eliminate_empty_tensors transform op
ClosedPublic

Authored by springerm on Feb 20 2023, 8:32 AM.

Details

Summary

Also add a test case that shows how to efficiently bufferize a tensor.pad op to an allocation by wrapping it in a bufferization.alloc_tensor op.

Depends On: D144409

Diff Detail

Event Timeline

springerm created this revision.Feb 20 2023, 8:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2023, 8:32 AM
springerm requested review of this revision.Feb 20 2023, 8:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2023, 8:32 AM
This revision is now accepted and ready to land.Mar 29 2023, 12:19 PM

can this land independently of its parents in the stack ?

This revision was landed with ongoing or failed builds.Apr 5 2023, 10:22 PM
This revision was automatically updated to reflect the committed changes.