Page MenuHomePhabricator

[mlir] Support bufferization of arith.constant to memref.global with memory space
ClosedPublic

Authored by mamrami on Sun, Mar 19, 7:32 AM.

Diff Detail

Event Timeline

mamrami created this revision.Sun, Mar 19, 7:32 AM
mamrami requested review of this revision.Sun, Mar 19, 7:32 AM
springerm accepted this revision.Mon, Mar 20, 7:21 AM
springerm added inline comments.
mlir/include/mlir/Dialect/Bufferization/Transforms/BufferUtils.h
129

nit: Can we make this optional: Attribute memorySpace = {}

This revision is now accepted and ready to land.Mon, Mar 20, 7:21 AM
mamrami marked an inline comment as done.Mon, Mar 20, 7:40 AM