cuda.bindings.nvml.device_power_smoothing_activate_preset_profile#

cuda.bindings.nvml.device_power_smoothing_activate_preset_profile(
intptr_t device,
intptr_t profile,
)#
Activiate a specific preset profile for datacenter power smoothing. The API only sets the active preset profile based on the input profileId, and ignores the other parameters of the structure. Requires root/admin permissions.

:param device: The identifier of the target device.
:type device: intptr_t
:param profile: Reference to ``nvmlPowerSmoothingProfile_v1_t``. Note that only ``profile->profileId`` is used and the rest of the structure is ignored.
:type profile: intptr_t

.. seealso:: `nvmlDevicePowerSmoothingActivatePresetProfile`