cuda.bindings.nvml.device_get_inforom_version#

cuda.bindings.nvml.device_get_inforom_version(intptr_t device, int object) str#

Retrieves the version information for the device’s infoROM object.

For all products with an inforom. Fermi and higher parts have non-volatile on-board memory for persisting device info, such as aggregate ECC counts. The version of the data structures in this memory may change from time to time. It will not exceed 16 characters in length (including the NULL terminator). See nvmlConstants::NVML_DEVICE_INFOROM_VERSION_BUFFER_SIZE. See nvmlInforomObject_t for details on the available infoROM objects.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • object (InforomObject) – The target infoROM object.

Returns:

Reference in which to return the infoROM version.

Return type:

char

See also

nvmlDeviceGetInforomVersion