legate.core.PhysicalStore#
- class legate.core.PhysicalStore#
- __init__(*args, **kwargs)#
Attributes
dict[str, Any]
dict[str, Any]
Domain_t
int32_t
StoreTarget
Type
Methods
__dlpack__
(self, *, stream, ...[, copy])Exports the store for consumption by from_dlpack() as a DLPack capsule.
__dlpack_device__
(self)Returns device type and device ID in DLPack format.
bind_data
(self, TaskLocalBuffer buffer[, extent])Binds a buffer to the store.
create_output_buffer
(self, shape, bool bind=True)Create a buffer for the store to potentially bind to later on.
get_inline_allocation
(self)Get the InlineAllocation for this store.