cuda.bindings.nvml.device_power_smoothing_update_preset_profile_param#

cuda.bindings.nvml.device_power_smoothing_update_preset_profile_param(
intptr_t device,
intptr_t profile,
)#
Update the value of a specific profile parameter contained within ``nvmlPowerSmoothingProfile_v1_t``. Requires root/admin permissions.

:param device: The identifier of the target device.
:type device: intptr_t
:param profile: Reference to ``nvmlPowerSmoothingProfile_v1_t`` struct.
:type profile: intptr_t

.. seealso:: `nvmlDevicePowerSmoothingUpdatePresetProfileParam`