You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: This function changes the fan control policy to manual. It means that YOU have to monitor the temperature and adjust the fan speed accordingly.
1577
+
If you set the fan speed too low you can burn your GPU! Use [`Device::set_default_fan_speed`] to restore default control policy.
1578
+
1579
+
You can determine valid fan indices using [`Self::num_fans()`].
1580
+
1581
+
# Errors
1582
+
1583
+
* `Uninitialized`, if the library has not been successfully initialized
1584
+
* `InvalidArg`, if this `Device` is invalid or `fan_idx` is invalid
1585
+
* `NotSupported`, if this `Device` does not have a fan
1586
+
* `GpuLost`, if this `Device` has fallen off the bus or is otherwise inaccessible
1587
+
* `UnexpectedVariant`, for which you can read the docs for
1588
+
* `Unknown`, on any unexpected error
1589
+
1590
+
# Device Support
1591
+
1592
+
Supports Maxwell or newer fully supported discrete devices with fans.
0 commit comments