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.

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

:returns:

          - unsigned int: The minimum speed allowed to set.
          - unsigned int: The maximum speed allowed to set.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetMinMaxFanSpeed`