cuda.bindings.nvml.device_get_gpu_instances#

cuda.bindings.nvml.device_get_gpu_instances(intptr_t device, unsigned int profile_id)#
Get GPU instances for given profile ID.

:param device: The identifier of the target device.
:type device: Device
:param profile_id: The GPU instance profile ID. See device_get_gpu_instance_profile_info().
:type profile_id: unsigned int

:returns: An array of GPU instance handles.
:rtype: array