Hacker News new | ask | show | jobs
by CoolGuySteve 2932 days ago
Ryzen chips scale in performance more than Intel when you overclock the RAM. Some part of the chip cache is more tightly coupled to the RAM latency, and my rampant speculation is that Intel doesn’t really care about memory bandwidth as much on the desktop anyways.
1 comments

Ryzen CPUs divide the cores into two "core complexes" that communicate over a bus called infinity fabric. Probably to make the engineering easier, the memory controller and RAM speed is the same as the infinity fabric's speed. You'll get good gains up to 3000 MHz, less so with more.

https://www.anandtech.com/show/11857/memory-scaling-on-ryzen...

http://www.legitreviews.com/ddr4-memory-scaling-amd-am4-plat...

And the only thing I'll add is that "infinity fabric" is a singular clock-domain across all dies. So in Ryzen, its not a big deal cause there's only one die.

But in Threadripper (2-dies) or EPYC (4-dies), the "infinity fabric" bus is what connects the CPUs and Memory-controllers together.