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. :param device: The identifier of the target device. :type device: intptr_t :returns: The current adaptive clocking status, either NVML_ADAPTIVE_CLOCKING_INFO_STATUS_DISABLED or NVML_ADAPTIVE_CLOCKING_INFO_STATUS_ENABLED. :rtype: unsigned int .. seealso:: `nvmlDeviceGetAdaptiveClockInfoStatus`