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:
- Raises:
ValueError – If the array is nullable or nested.
ValueError – If no framebuffer is available.
- Type:
LogicalArray.__cuda_array_interface__