legate.core.PhysicalStore.__cuda_array_interface__#

PhysicalStore.__cuda_array_interface__#

dict[str, Any]

Retrieve the cupy-compatible array representation of the allocation.

Equivalent to get_inline_allocation().__cuda_array_interface__.

Returns:

The cupy array interface dict.

Return type:

dict[str, Any]

Type:

PhysicalStore.__cuda_array_interface__