cuda.bindings.nvml.device_set_power_management_limit_v2#

cuda.bindings.nvml.device_set_power_management_limit_v2(
intptr_t device,
int power_scope,
unsigned int power_value_mw,
)#

Set new power limit of this device.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • power_scope (PowerScope) – Device type

  • power_value_mw (unsigned int) – Power value to retrieve or set in milliwatts

See also

nvmlDeviceSetPowerManagementLimit_v2