cuda.bindings.nvml.device_set_auto_boosted_clocks_enabled#

cuda.bindings.nvml.device_set_auto_boosted_clocks_enabled(intptr_t device, int enabled)#

Try to set the current state of Auto Boosted clocks on a device.

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

  • enabled (EnableState) – What state to try to set Auto Boosted clocks of the target device to.

See also

nvmlDeviceSetAutoBoostedClocksEnabled