cuda.bindings.nvml.device_get_fan_speed#

cuda.bindings.nvml.device_get_fan_speed(intptr_t device) unsigned int#
Retrieves the intended operating speed of the device's fan.

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

:returns: Reference in which to return the fan speed percentage.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetFanSpeed`