cuda.bindings.nvml.device_get_vbios_version#
- cuda.bindings.nvml.device_get_vbios_version(intptr_t device) str#
Get VBIOS version of the device.
For all products. The VBIOS version may change from time to time. It will not exceed 32 characters in length (including the NULL terminator). See nvmlConstants::NVML_DEVICE_VBIOS_VERSION_BUFFER_SIZE.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
Reference to which to return the VBIOS version.
- Return type:
char
See also
nvmlDeviceGetVbiosVersion