cuda.bindings.nvml.device_get_inforom_configuration_checksum#

cuda.bindings.nvml.device_get_inforom_configuration_checksum(
intptr_t device,
) unsigned int#

Retrieves the checksum of the configuration stored in the device’s infoROM.

For all products with an inforom. Can be used to make sure that two GPUs have the exact same configuration. Current checksum takes into account configuration stored in PWR and ECC infoROM objects. Checksum can change between driver releases or when user changes configuration (e.g. disable/enable ECC).

Parameters:

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

Returns:

Reference in which to return the infoROM

configuration checksum.

Return type:

unsigned int

See also

nvmlDeviceGetInforomConfigurationChecksum