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.
For all products with an inforom. The serial number is an alphanumeric string that will not exceed 30 characters (including the NULL terminator). This number matches the serial number tag that is physically attached to the board. See nvmlConstants::NVML_DEVICE_SERIAL_BUFFER_SIZE.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
Reference in which to return the board/module serial number.
- Return type:
char
See also
nvmlDeviceGetSerial