cuda.bindings.nvml.device_get_uuid#

cuda.bindings.nvml.device_get_uuid(intptr_t device) str#
Retrieves the globally unique immutable UUID associated with this device, as a 5 part hexadecimal string, that augments the immutable, board serial identifier.

:param device: The identifier of the target device.
:type device: intptr_t

.. seealso:: `nvmlDeviceGetUUID`