cuda.bindings.nvml.device_get_serial#

cuda.bindings.nvml.device_get_serial(intptr_t device) str#
Retrieves the globally unique board serial number associated with this device's board.

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

:returns: Reference in which to return the board/module serial number.
:rtype: char

.. seealso:: `nvmlDeviceGetSerial`