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.

Parameters:

device (intptr_t) – The identifier of the target device.

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.

Return type:

A 2-tuple containing

See also

nvmlDeviceGetAutoBoostedClocksEnabled