dpctl.tensor.usm_ndarray.__dlpack_device__

usm_ndarray.__dlpack_device__()

Gives a tuple (device_type, device_id) corresponding to DLDevice entry in DLTensor in DLPack protocol.

The tuple describes the non-partitioned device where the array has been allocated, or the non-partitioned parent device of the allocation device.

Raises:

DLPackCreationError – when the device_id could not be determined.