cuda.bindings.nvml.InforomObject#
- class cuda.bindings.nvml.InforomObject(value: int)#
Available infoROM objects.
See nvmlInforomObject_t.
- OEM: 0
An object defined by OEM.
- INFOROM_OEM: 0
An object defined by OEM.
- ECC: 1
The ECC object determining the level of ECC support.
- INFOROM_ECC: 1
The ECC object determining the level of ECC support.
- POWER: 2
The power management object.
- INFOROM_POWER: 2
The power management object.
- DEN: 3
DRAM Encryption object.
- INFOROM_DEN: 3
DRAM Encryption object.
- COUNT: 4
This counts the number of infoROM objects the driver knows about.
- INFOROM_COUNT: 4
This counts the number of infoROM objects the driver knows about.