cuda.bindings.nvml.device_get_inforom_image_version#

cuda.bindings.nvml.device_get_inforom_image_version(intptr_t device) str#

Retrieves the global infoROM image version.

For all products with an inforom. Image version just like VBIOS version uniquely describes the exact version of the infoROM flashed on the board in contrast to infoROM object version which is only an indicator of supported features. Version string will not exceed 16 characters in length (including the NULL terminator). See nvmlConstants::NVML_DEVICE_INFOROM_VERSION_BUFFER_SIZE.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference in which to return the infoROM image version.

Return type:

char

See also

nvmlDeviceGetInforomImageVersion