cuda.bindings.nvml.device_get_enforced_power_limit#

cuda.bindings.nvml.device_get_enforced_power_limit(intptr_t device) unsigned int#

Get the effective power limit that the driver enforces after taking into account all limiters.

Note: This can be different from the nvmlDeviceGetPowerManagementLimit if other limits are set elsewhere This includes the out of band power limit interface. For Kepler ™️ or newer fully supported devices.

Parameters:

device (intptr_t) – The device to communicate with.

Returns:

Reference in which to return the power management

limit in milliwatts.

Return type:

unsigned int

See also

nvmlDeviceGetEnforcedPowerLimit