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.

:param device: The identifier of the target device.
:type device: intptr_t
:param state: Reference to ``nvmlPowerSmoothingState_v1_t``.
:type state: intptr_t

.. seealso:: `nvmlDevicePowerSmoothingSetState`