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.

:param device: The identifier of the target device.
:type device: intptr_t
:param enabled: What state to try to set Auto Boosted clocks of the target device to.
:type enabled: EnableState

.. seealso:: `nvmlDeviceSetAutoBoostedClocksEnabled`