legate.core.store.Store.get_inline_allocation#

Store.get_inline_allocation(context: Optional[Context] = None) InlineMappedAllocation#

Creates an inline allocation for the store.

Parameters:

context (Context, optional) – Library context within which the allocation is created

Notes

This call blocks the client’s control flow. And it fetches the data for the whole store on a single node.

Returns:

A helper object wrapping the allocation

Return type:

InlineMappedAllocation