legate.core.LogicalArray.__cuda_array_interface__#

LogicalArray.__cuda_array_interface__#

dict[str, Any]

Retrieve the cupy-compatible array representation of the allocation.

Equivalent to get_physical_array(StoreTarget.FBMEM).__cuda_array_interface__.

Returns:

The cupy array interface dict.

Return type:

dict[str, Any]

Raises:
Type:

LogicalArray.__cuda_array_interface__