legate.core.InlineAllocation.__cuda_array_interface__#

InlineAllocation.__cuda_array_interface__#

dict[str, Any]

Retrieve the cupy-compatible array representation of the allocation.

Returns:

The cupy array interface dict.

Return type:

dict[str, Any]

Raises:

ValueError – If the array is in host-only memory

Type:

InlineAllocation.__cuda_array_interface__