This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Make function boundary type convertion logic dynamic.
ClosedPublic

Authored by olegshyshkov on Apr 12 2023, 12:57 AM.

Details

Summary

Having to choose from only static or dynamic layout for all function is limiting.

Diff Detail

Event Timeline

olegshyshkov created this revision.Apr 12 2023, 12:57 AM
Herald added a project: Restricted Project. · View Herald Transcript
olegshyshkov requested review of this revision.Apr 12 2023, 12:57 AM
springerm accepted this revision.Apr 12 2023, 1:00 AM
This revision is now accepted and ready to land.Apr 12 2023, 1:00 AM
olegshyshkov retitled this revision from [mlir][bufferization] Make function boundary type convertion logic dynamic. Having to choose from only static or dynamic layout for all function is limiting. to [mlir][bufferization] Make function boundary type convertion logic dynamic..
olegshyshkov edited the summary of this revision. (Show Details)

clang-format