legate.core.PhysicalStore.bind_data#
- PhysicalStore.bind_data(
- self,
- TaskLocalBuffer buffer,
- extent=None,
Binds a buffer to the store.
Valid only when the store is unbound and has not yet been bound to another buffer.
extent
may be smaller than the actual extent ofbuffer
. If not given, the extent ofbuffer
is used instead.- Parameters:
buffer (TaskLocalBuffer) – The buffer to bind.
extent (Sequence[int], optional) – Extent of the buffer.