cuda.bindings.nvml.device_get_auto_boosted_clocks_enabled#

cuda.bindings.nvml.device_get_auto_boosted_clocks_enabled(intptr_t device) tuple#
Retrieve the current state of Auto Boosted clocks on a device and store it in ``isEnabled``.

:param device: The identifier of the target device.
:type device: intptr_t

:returns:

          - int: Where to store the current state of Auto Boosted clocks of the target device.
          - int: Where to store the default Auto Boosted clocks behavior of the target device that the device will revert to when no applications are using the GPU.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetAutoBoostedClocksEnabled`