Skip to content

Commit 35e0446

Browse files
authored
Update README.md
1 parent 580615e commit 35e0446

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

api/README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,32 @@ Method | Description
5959
[device\.list](#device-list) | Queries available devices - GPUs.
6060
[device\.get](#device-get) | Queries particular device - GPU.
6161
[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.
6264
[device\.set\.power_limit](#device-set-power-limit) | Sets device power limit in Watts.
6365
[device\.set\.tdp](#device-set-tdp) | Sets device TDP.
6466
[device\.set\.tdp\.simple](#device-set-tdp-simple) | Sets device power mode.
6567
[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.
6672
[device\.set\.memory_delta](#device-set-memory-delta) | Sets device memory clock (delta +/-).
6773
[device\.set\.fan\.speed](#device-set-fan-speed) | Sets device fan speed.
6874
[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.
6976
[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.
7078
[device\.set\.oc_reset](#device-set-oc-reset) | Resets overclocking profile.
7179
[device\.hwerr\.get](#device-hwerr-get) | Gets hardware error count.
7280
[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+
7488

7589
**Algorithm managing methods**
7690

0 commit comments

Comments
 (0)