cuda.bindings.nvml.device_power_smoothing_set_state#

cuda.bindings.nvml.device_power_smoothing_set_state(intptr_t device, intptr_t state)#

Enable or disable the Power Smoothing Feature. Requires root/admin permissions.

For Blackwell ™️ or newer fully supported devices. See nvmlEnableState_t for details on allowed states.

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

  • state (intptr_t) – Reference to nvmlPowerSmoothingState_v1_t.

See also

nvmlDevicePowerSmoothingSetState