Ask HN: Why are modern Intel CPUs not getting a lot more cores?
21–30 of 71 posts
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#22So over the last ten years or so, Intel has responded to this realisation by, inter alia, using the extra transistor budget afforded by Moore's Law to move more and more of what was once on the chipset on die.
This is, practically, a much better use of silicon than simply adding more cores.
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#231) Nobody writes multi-threaded code For user applications multi-threading is overkill. It's hard to write, and there are very little benefits the average user will see. Good concurrency isn't even that important on servers. You can trash your cache and interrupt tables but you'll still handle 10million clients per node so nobody cares. Great concurrency is really only practiced in HFT and HPC. 2) Modern hardware/OS'…
http://www.extremetech.com/computing/233453-amd-zen-benchmar...
So wait until AMD launches Zen-based chips with twice as many cores and competitive single-thread performance, for only slightly higher price. Then you'll see Intel suddenly being interested in increasing the number of cores for decent prices.
Intel does offer more cores right now, too. They've just launched a 10-core chip this year for consumers, but because they think they have no competition, they sell it for ridiculous amounts like $1,700.
https://www.engadget.com/2016/05/31/intel-debuts-its-first-1....
No sane person should ever pay that much for it. Not when AMD is going to offer 8-10 core chips for less than half that price soon, with similar performance.
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#24Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#25Xeons and the like dedicate much of their transistor budgets towards larger caches.
If you take that budget for caches and put it towards more execution units, you get the equivalent of Xeon Phi which is a lot of Pentiums built on today's fabrication processes.
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#26Some people like hot-rod cars.
I don't use a GPU like normal people do. Graphics are great for parallel execution. (Obviously)
If everybody owns a Xeon 12/24 then you can make real-time software that requires it. There's not a chance any software will be written until most people have it.
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#27GPUs handle the tasks that can be easily parallelized better than CPUs. Many supercomputers are now made from GPUs.
I have a theory that we will gradually favour business and societal forms that can be easily parallelized, i.e. on GPU.
BTW intel's growth focus is on ASICs (application-specific integrated circuits) - effectively, code pushed down to silicon. https://news.ycombinator.com/item?id=11287511 And will integrate them in future Xeons http://www.pcworld.com/article/2921832/intel-looking-to-boos...
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#28http://www.anandtech.com/show/10553/asrock-rack-launches-2u4...
And I completely disagree with that consumers don't need many cores... That would be paramount to saying that consumers don't need GPUs. One of Intel's core arguments for bringing Phi to the masses is realtime raytracing (something for which normal GPUs suck bad). Also NVidia is working on a Phi-kind-of-thing as their next generation GPU. So we are getting there, but it was a long journey from 2006.
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#29The move over the last few years has been towards mobile, and decreasing power consumption. So over the last ten years or so, Intel has responded to this realisation by, inter alia, using the extra transistor budget afforded by Moore's Law to move more and more of what was once on the chipset on die. This is, practically, a much better use of silicon than simply adding more cores.
Aside from the size benefits for board layout, a smaller die would let them get more CPUs from a wafer while a lack of competition in the mobile x86 space lets them charge the same amount for each one.
Re: Ask HN: Why are modern Intel CPUs not getting a lot more cores?
#30That said, over the last 5 years processors did get beefier. They just did not got more cores. The i5-2500K (from 2011) is slower than the i5-6600K, both have 4 cores though. But if we go back 10 years, we are looking at the Core 2 Duo, those had only two cores.
And games are also changing. Not too long ago you could still play games (like Fallout 3) with a single core. New games (like Fallout 4) rely on the processor having multiple cores, some don't even start with a dual core (Hyperthreading is needed then and saves the i3). And games supporting DX12 (and probably Vulcan) work better on the FX processors than those using DX11. More cores become more useful now, and processors will have to add more of them also in the consumer desktop area soon.