cuda.bindings.nvml.device_set_default_fan_speed_v2#

cuda.bindings.nvml.device_set_default_fan_speed_v2(intptr_t device, unsigned int fan)#
Sets the speed of the fan control policy to default.

:param device: The identifier of the target device.
:type device: intptr_t
:param fan: The index of the fan, starting at zero.
:type fan: unsigned int

.. seealso:: `nvmlDeviceSetDefaultFanSpeed_v2`