Skip to content
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

Does powerplay still work in ROCm 3.8? #1228

Closed
preda opened this issue Sep 22, 2020 · 5 comments
Closed

Does powerplay still work in ROCm 3.8? #1228

preda opened this issue Sep 22, 2020 · 5 comments

Comments

@preda
Copy link

preda commented Sep 22, 2020

Before it was possible to undervolt or otherwise tweak the voltage/frequency with powerplay, e.g. by writing to
/sys/class/drm/card0/device/pp_od_clk_voltage

(to enable PP one had to boot with amdgpu.ppfeaturemask=0xffffffff or similar)

Did ROCm 3.8 change the way PP works? is it still possible to tweak voltage/frequency -- in a different way / how?

@valeriob01
Copy link

This is how I set frequency, maybe it still works?

/opt/rocm-3.3.0/bin/rocm-smi --resetprofile
/opt/rocm-3.3.0/bin/rocm-smi --setsclk 8
/opt/rocm-3.3.0/bin/rocm-smi --setmclk 2
/opt/rocm-3.3.0/bin/rocm-smi --autorespond y --setoverdrive 2
/opt/rocm-3.3.0/bin/rocm-smi --autorespond y --setmemoverdrive 10

@kentrussell
Copy link
Contributor

PP has been undergoing changes, but it should still be possible to adjust the voltages and frequency. What do you get when you cat the pp_od_clk_voltage file?

@ROCmSupport
Copy link

Hi @preda
It should work as the same way you tried.

@preda
Copy link
Author

preda commented Dec 12, 2020

Yes, I think everything is fine and it works, it must have been that I forgot to add "amdgpu.ppfeaturemask=0xffffffff" to /etc/default/grub

@ROCmSupport
Copy link

Thanks @preda for the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants