cuda.bindings.nvml.device_get_power_management_limit#

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

Retrieves the power management limit associated with this device.

For Fermi ™️ or newer fully supported devices. The power limit defines the upper boundary for the card’s power draw. If the card’s total power draw reaches this limit the power management algorithm kicks in. This reading is only available if power management mode is supported. See nvmlDeviceGetPowerManagementMode.

Parameters:

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

Returns:

Reference in which to return the power management

limit in milliwatts.

Return type:

unsigned int

See also

nvmlDeviceGetPowerManagementLimit