cuda.bindings.nvml.device_get_min_max_fan_speed#
- cuda.bindings.nvml.device_get_min_max_fan_speed(intptr_t device) tuple#
Retrieves the min and max fan speed that user can set for the GPU fan.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
unsigned int: The minimum speed allowed to set.
unsigned int: The maximum speed allowed to set.
- Return type:
A 2-tuple containing
See also
nvmlDeviceGetMinMaxFanSpeed