@@ -59,18 +59,32 @@ Method | Description
59
59
[ device\. list] ( #device-list ) | Queries available devices - GPUs.
60
60
[ device\. get] ( #device-get ) | Queries particular device - GPU.
61
61
[ devices\. get] ( #devices-get ) | Queries available devices - GPU.
62
+ [ devices\. smartfan\. exec] ( #devices-smartfan-exec ) | Executes SmartFan algorithm on all devices.
63
+ [ devices\. smartfan\. reset] ( #devices-smartfan-reset ) | Resets SmartFan to automatic (mode = 0) on all devices.
62
64
[ device\. set\. power_limit] ( #device-set-power-limit ) | Sets device power limit in Watts.
63
65
[ device\. set\. tdp] ( #device-set-tdp ) | Sets device TDP.
64
66
[ device\. set\. tdp\. simple] ( #device-set-tdp-simple ) | Sets device power mode.
65
67
[ device\. set\. core_delta] ( #device-set-core-delta ) | Sets device core clock (delta +/-).
68
+ [ device\. set\. core_abs] ( #device-set-core-abs ) | Sets max core clock limit.
69
+ [ device\. set\. core_uvolt] ( #device-set-core-uvolt ) | Sets max core clock limit and undervolt in mV.
70
+ [ device\. set\. core_uvolt.max] ( #device-set-core-uvolt-max ) | Sets max core clock and voltage in mV.
71
+ [ device\. set\. core_uvolt.reset] ( #device-set-core-uvolt-reset ) | Resets any core clock delta and voltage adjustment.
66
72
[ device\. set\. memory_delta] ( #device-set-memory-delta ) | Sets device memory clock (delta +/-).
67
73
[ device\. set\. fan\. speed] ( #device-set-fan-speed ) | Sets device fan speed.
68
74
[ device\. set\. fan\. reset] ( #device-set-fan-reset ) | Resets device fan speed.
75
+ [ device\. set\. fan\. max] ( #device-set-fan-max ) | Sets device fan speed to max (100%) level.
69
76
[ device\. set\. oc_profile] ( #device-set-oc-profile ) | Sets overclocking profile.
77
+ [ device\. set\. oc_profile2] ( #device-set-oc-profile2 ) | Sets overclocking profile2. Alternative OC.
70
78
[ device\. set\. oc_reset] ( #device-set-oc-reset ) | Resets overclocking profile.
71
79
[ device\. hwerr\. get] ( #device-hwerr-get ) | Gets hardware error count.
72
80
[ device\. hwerr\. reset] ( #device-hwerr-reset ) | Resets hardware error count.
73
- [ device\. smartfan\. set\. advanced] ( #device-smartfan-set-advanced ) | Set advanced properties for SmartFan algorithm.
81
+ [ device\. get\. kernel_times] ( #device-get-kernel-times ) | Gets device kernel execution times.
82
+ [ device\. smartfan\. exec] ( #device-smartfan-exec ) | Executes SmartFan algorithm.
83
+ [ device\. smartfan\. set] ( #device-smartfan-set ) | Sets SmartFan mode and parameters.
84
+ [ device\. smartfan\. reset] ( #device-smartfan-reset ) | Resets SmartFan to automatic (mode = 0).
85
+ [ device\. smartfan\. set\. advanced] ( #device-smartfan-set-advanced ) | Sets advanced properties for SmartFan algorithm.
86
+ [ device\. smartfan\. set\. level\. min] ( #device-smartfan-set-level-min ) | Sets SmartFan algorithm fan min level.
87
+
74
88
75
89
** Algorithm managing methods**
76
90
0 commit comments