cuda.bindings.nvml.device_get_num_fans#

cuda.bindings.nvml.device_get_num_fans(intptr_t device) unsigned int#
Retrieves the number of fans on the device.

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

:returns: The number of fans.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetNumFans`