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.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • fan (unsigned int) – The index of the fan, starting at zero.

See also

nvmlDeviceSetDefaultFanSpeed_v2