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
Comments
|
This is how I set frequency, maybe it still works? |
|
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? |
|
Hi @preda |
|
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 |
|
Thanks @preda for the update. |
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?
The text was updated successfully, but these errors were encountered: