cuda.bindings.nvml.device_set_fan_speed_v2#
- cuda.bindings.nvml.device_set_fan_speed_v2(
- intptr_t device,
- unsigned int fan,
- unsigned int speed,
Sets the speed of a specified fan.
- Parameters:
device (intptr_t) – The identifier of the target device.
fan (unsigned int) – The index of the fan, starting at zero.
speed (unsigned int) – The target speed of the fan [0-100] in % of max speed.
See also
nvmlDeviceSetFanSpeed_v2