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.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the infoROM configuration checksum.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetInforomConfigurationChecksum`