The background for this really puzzles me. AMD said you should be seeing more improvement for zen 5 over zen 4. They go back and forth, AMD says run it as super root. Zen 5 gets faster. But zen 4 gets faster too. The improvement basically disappears again when the "fix" is applied universally. So why was AMD testing with two different setups?
AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
11–20 of 34 posts
Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#12The usual consensus I've heard is that UAC is always on even after turning the slider all the way off, while using the admin account doesn't use UAC (changing the EnableLUA in reg also works).
This is the first I'm reading that UAC has a performance impact and I'd like to know more. I have a PC that I literally use for single player games and nothing else (I do not have a web browser installed, or even Steam, games are installed from a network share). I have no use for UAC and I'd like to squeeze everything out of my CPU.
UAC is the single greatest security improvement Microsoft ever created.
Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#13The background for this really puzzles me. AMD said you should be seeing more improvement for zen 5 over zen 4. They go back and forth, AMD says run it as super root. Zen 5 gets faster. But zen 4 gets faster too. The improvement basically disappears again when the "fix" is applied universally. So why was AMD testing with two different setups?
The phoronix bench suite showed performance in line of expectations. Its specifically games on windows that regressed. I have no clue how windows scheduler works but that can have a huge impact in games specifically.
I don't know much about this topic, but it seems like Windows uses Processor Groups for scheduling[0], and generally tries to fit each NUMA node into 1 Processor Group (as long as it has at most 64 cores in it). Since the issue here is latency between chiplets and no NUMA is involved, all the cores go in the same Processor Group.
[0]: https://learn.microsoft.com/en-us/windows/win32/procthread/p...
Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#14The background for this really puzzles me. AMD said you should be seeing more improvement for zen 5 over zen 4. They go back and forth, AMD says run it as super root. Zen 5 gets faster. But zen 4 gets faster too. The improvement basically disappears again when the "fix" is applied universally. So why was AMD testing with two different setups?
I mean on Linux Zen 5 seems to be clearly faster then Zen 4 by a good margin.
Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#15The usual consensus I've heard is that UAC is always on even after turning the slider all the way off, while using the admin account doesn't use UAC (changing the EnableLUA in reg also works).
Is there any good reason for Microsoft to not open-source Windows? They are dangerously close to creating the Year of the Linux Desktop if they continue proving Wirth right.
How much do you wanna bet? I don't see that happening in the next decade
Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#16Earlier quoted context omitted.
This is the first I'm reading that UAC has a performance impact and I'd like to know more. I have a PC that I literally use for single player games and nothing else (I do not have a web browser installed, or even Steam, games are installed from a network share). I have no use for UAC and I'd like to squeeze everything out of my CPU.
If it has a performance impact, that's not on Windows but the software. Many games are really really badly made software, so that's not surprising. UAC is the single greatest security improvement Microsoft ever created.
Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#17The background for this really puzzles me. AMD said you should be seeing more improvement for zen 5 over zen 4. They go back and forth, AMD says run it as super root. Zen 5 gets faster. But zen 4 gets faster too. The improvement basically disappears again when the "fix" is applied universally. So why was AMD testing with two different setups?
The phoronix bench suite showed performance in line of expectations. Its specifically games on windows that regressed. I have no clue how windows scheduler works but that can have a huge impact in games specifically.
Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#18Re: AMD's Ryzen CPUs might be slower in PC games due to a weird Windows 11 bug
#19Earlier quoted context omitted.
The phoronix bench suite showed performance in line of expectations. Its specifically games on windows that regressed. I have no clue how windows scheduler works but that can have a huge impact in games specifically.
Compared to Zen4, Zen5 has much higher latency between cores on different chiplets. It's possible that a scheduler + app combo could regress on Zen5 for this reason. It sounds basically impossible for single-threaded apps to be impacted because timeslices are really big. Multithreaded apps where threads are communicating constantly could easily run slower if the scheduler sees all the cores as identical and interchan…
This feature was originally about non-uniform memory access (NUMA), but effectively it is "core-to-socket" mapping. If a processor has chiplets on it, then it's effectively sockets-within-sockets. The software needs just a minor update to consider the chiplets to be the scheduling boundary instead of the AM5 socket.