This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor][bufferize] Support tensor.rank in BufferizableOpInterfaceImpl
ClosedPublic

Authored by springerm on Jan 23 2022, 7:39 AM.

Details

Summary

This is the only op that is not supported via BufferizableOpInterfaceImpl bufferization. Once this op is supported we can switch tensor-bufferize over to the new unified bufferization.

Depends On D117984

Diff Detail

Event Timeline

springerm created this revision.Jan 23 2022, 7:39 AM
springerm requested review of this revision.Jan 23 2022, 7:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2022, 7:39 AM
nicolasvasilache accepted this revision.Jan 24 2022, 1:55 AM
This revision is now accepted and ready to land.Jan 24 2022, 1:55 AM
This revision was landed with ongoing or failed builds.Jan 24 2022, 7:32 AM
This revision was automatically updated to reflect the committed changes.