legate.core.PhysicalStore.bind_data#

PhysicalStore.bind_data(
self,
TaskLocalBuffer buffer,
extent=None,
) void#

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 of buffer. If not given, the extent of buffer is used instead.

Parameters:
  • buffer (TaskLocalBuffer) – The buffer to bind.

  • extent (Sequence[int], optional) – Extent of the buffer.