cuda.bindings.nvml.device_set_default_auto_boosted_clocks_enabled#

cuda.bindings.nvml.device_set_default_auto_boosted_clocks_enabled(
intptr_t device,
int enabled,
unsigned int flags,
)#
:param device: The identifier of the target device.
:type device: intptr_t
:param enabled: What state to try to set default Auto Boosted clocks of the target device to.
:type enabled: EnableState
:param flags: Flags that change the default behavior. Currently Unused.
:type flags: unsigned int

.. seealso:: `nvmlDeviceSetDefaultAutoBoostedClocksEnabled`