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.
- Parameters:
device (intptr_t) – The identifier of the target device.
profile (intptr_t) – Reference to
nvmlPowerSmoothingProfile_v1_t. Note that onlyprofile->profileIdis used and the rest of the structure is ignored.
See also
nvmlDevicePowerSmoothingActivatePresetProfile