-
Notifications
You must be signed in to change notification settings - Fork 382
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
Vega 64 power limit #458
Comments
The limit is in there because of pci specs, to bypass the power limit would require you to mod the bios to the point it will and probably not function on windows and would only work on certain linux configurations . |
What is so different on Linux drivers that I have to edit card bios to extended power limit?
Can this extend power draw limit? |
… On Sun, Aug 5, 2018 at 5:57 PM, Hackintoshihope ***@***.***> wrote:
Voltage and power consumption does not change with these patches. At the
wall measured with a watt meter power consumption is stuck at 300W per card
no matter the voltage setting. Did not know is this expected behavior or if
Vega support is still in beta?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWn0wzjfuE8kY1CglY-sRHV1Q01g1Fi8ks5uN2pOgaJpZM4VQOYn>
.
|
@Wacholek , how are the GPU temperature and fan at 1770Mhz@365W ? (just curious; I find I have difficulty to cool 220W with the stock air cooler.) |
I can't reach 1770Mhz. Under linux its locked to max 265W using Vega LC bios. Than its about 1535Mhz-1600Mhz than@42C. |
@Wacholek thanks, that's impressively cool :) |
Aktualny not that impresie. One of my AC has failed and I have 25C in the room. When was 16C my Vegas was kept at around 37*C. |
Hi @Wacholek Thanks for your question about this. We went and looked into our Linux OD implementation and found what was causing this limit for you in Linux that you weren't seeing in Windows. This has been fixed in the For now, you can see the amdgpu patch here. If you want to try this out on your system, you can modify your ROCm kernel drivers to include this patch. If you are using ROCm 1.9.1 on Ubuntu, you will find the source for these drivers located in In particular, if you apply the linked patch to
Note that the patch linked above may be have the modifications on slightly different lines than what you would need to modify in your ROCm 1.9.1 driver, since these changes were applied to the most up-to-date driver prepping for upstream. Once you've reinstalled this updated driver, you should see a new value in Note that such overclocking capabilities may lead to damage to your GPU, and such damage is not covered under any AMD product warranty. Use at your own risk. A subsequent patch to allow these power limits to be changed from rocm-smi is in flight. |
Arch user here. |
I've got kernel 4.20 installed, now I just need to figure out the command to increase Vega64's Power Target |
Hi @Wacholek, The change I discussed in my previous post has made it both into upstream Linux as of 4.20 and into ROCK as of ROCm 2.0.. As such, you should be able to use either of these options if you still want to increase the maximum power limit on your AMD GPU. In addition, as of ROCm 2.0.0, you should be able to use Hi @v0idwalker, The part of my patch that allows you to read The part that allows you to write a higher value than the default is on lines 982-988. If you have configured OverDrive to be enabled, it will not reject values that are below The important thing I've mentioned a few times here is that you must have OverDrive enabled on the Note also that the patch I linked sets the maximum power increase to Hi @seansplayin, You may want to see the above discussion for more details. However, the shortened version is:
|
Hi,
In ROCm-SMI a OC function was implemented. There is possibility to change clock profile for GPU and memory ( does not work) and OC the highest GPU profile by setting --setoverdrive %. But in my case almost non of this does not matter because there is power limit of 220W.
Is there any way to pass this 220W? Any extra power limit extension?
Recently I flashed my card with Vega 64 LC edition bios. There is a limit to 264W but still, I cannot use the full capability of the card and I am the stack to 1560MHz. This card is working flawlessly at 1770Mhz @365W so I am losing a lot of computing power.
GPU voltage control would also be a very nice feature.
The text was updated successfully, but these errors were encountered: