cuda.bindings.nvml.device_get_adaptive_clock_info_status#

cuda.bindings.nvml.device_get_adaptive_clock_info_status(intptr_t device) unsigned int#

Gets the device’s Adaptive Clock status.

Parameters:

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

Returns:

The current adaptive clocking status, either NVML_ADAPTIVE_CLOCKING_INFO_STATUS_DISABLED or NVML_ADAPTIVE_CLOCKING_INFO_STATUS_ENABLED.

Return type:

unsigned int

See also

nvmlDeviceGetAdaptiveClockInfoStatus