-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to adjust and query AMD GPU clock frequency? #24
Comments
aticonfigI tried PowerXpress options but result is disappointing. gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --px-list-active-gpu
PowerXpress: Discrete GPU is active (High-Performance mode).
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --pxl
PowerXpress: Discrete GPU is active (High-Performance mode).
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --px-dgpu
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --pxl
PowerXpress: Discrete GPU is active (High-Performance mode).
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --px-dgpu
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --pxl
PowerXpress: Discrete GPU is active (High-Performance mode).
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --px-list-active-gpu
PowerXpress: Discrete GPU is active (High-Performance mode).
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --px-list-active-gpu
PowerXpress: Discrete GPU is active (High-Performance mode). I also tried gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --odgt
ERROR - X needs to be running to perform AMD Overdrive(TM) commands
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --od-enalbe
aticonfig: unrecognized option '--od-enalbe'
aticonfig: parsing the command-line failed.
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --od-enable
AMD Overdrive(TM) enabled
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --odgc
ERROR - X needs to be running to perform AMD Overdrive(TM) commands
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --od-getclocks
ERROR - X needs to be running to perform AMD Overdrive(TM) commands
gpu@gpu-FP4:~/yuanshuai/code/CLBlast/build$ sudo aticonfig --odrd
ERROR - X needs to be running to perform AMD Overdrive(TM) commands Afterwards, I use a screen to adjust. Of course, errors ( |
Besides, I found a tool named AGT from this link: Manage your GPU HW · amd/OpenCL-caffe Wiki. However, it seems a window tool (Download AMD GPU Clock Tool | TechPowerUp or download from Guru3D.com), not Linux. |
I found a command using
sudo aticonfig
(from this link: [ubuntu] How to adjust GPU and graphic memory frequency?), below is the part of result of this command execution about frequency:AMD Overdrive (TM) options
PowerXpress options
PowerXpress options: Warning: Configure PowerXpress in console mode is not always be guaranteed to have effect. --px-list-active-gpu --pxl List current activated GPU --px-dgpu Activate discrete GPU (High-Performance mode), must re-start X to take effect --px-igpu Activate integrated GPU (Power-Saving mode), must re-start X to take effect
Relative issues:
How to set Performance mode for AMD GPU clMathLibraries/clBLAS#327
Support AMD Embedded R-Series RX-416GD Radeon R6? ROCm/MIOpen#27
The text was updated successfully, but these errors were encountered: