cuda.bindings.nvml.device_get_handle_by_uuidv#

cuda.bindings.nvml.device_get_handle_by_uuidv(int type, bytes uuid) intptr_t#
:param type: The format of the UUID being provided (ASCII or binary).
:type type: UUIDType
:param uuid: The UUID of the target GPU or MIG instance.
:type uuid: intptr_t

:returns: Reference in which to return the device handle or MIG device handle.
:rtype: intptr_t

.. seealso:: `nvmlDeviceGetHandleByUUIDV`