Earlier quoted context omitted.
Ice Lake has been delayed from 2017 to 2018, so I'm not sure what competition has to do with it.
> it's rare these days for Intel to talk more than a generation ahead in CPU architectures. This, to me, looks like the PS2 vs Dreamcast move, where Sony blocked Dreamcast sales with PS2 hype. We've been waiting for 10nm for a while now, and now Intel is essentially confirming "yes, it's really coming this time" where they might not have otherwise--it's hard to not see that as a reaction to Threadripper. At least on…
Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
71–80 of 247 posts
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#72I like to call it Tick, Tock, Clunk.
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#73According to the table in the article: - 2011: 32nm - 2012: 22nm - 2014: 14nm - 2018?: 10nm I don't know much about foundry processes, but it seems that it's taking more and more time for lesser and lesser gains, right? At this rate, how long until we reach sub nanometer? What are the physical limits on these processes, and does it have any implications for end users? Will we be using 2nm CPUs for 50 years? Would lov…
2011: 32nm
2012: 31% size reduction
2014: 36% size reduction
2018: 28,5% size reduction
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#74As a consumer, it's great to see competition picking up in the CPU market. Intel does not seem to be able to hold the edge in node process as tsmc and Samsung are matching intel. It has to resort to architecture design.
Well actually I think it's more a case of "increase in performance is becoming harder and harder, the technology leader (Intel) is slowly becoming stuck and the competition (AMD) is catching up". Everybody will be more or less at the same level as it requires huge investments to only get a marginal advantage. Apart from games, I would not be that afraid to install recent pieces of software (browser, office suit, os)…
Clock speeds seem to have leveled and IPC will only see another gain of 50-100%. Single threaded performance is close to the limit. What after that? Is this the end?
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#75Earlier quoted context omitted.
Well actually I think it's more a case of "increase in performance is becoming harder and harder, the technology leader (Intel) is slowly becoming stuck and the competition (AMD) is catching up". Everybody will be more or less at the same level as it requires huge investments to only get a marginal advantage. Apart from games, I would not be that afraid to install recent pieces of software (browser, office suit, os)…
Gains in instructions-per-clock start to flatten out. And that's where the gains were coming from in the last years. Some time ago a paper was posted here that showed how even if you have an infinite amount of transistors, you will still be limited in the range of 3-10 instructions-per-clock for typical programs. Clock speeds seem to have leveled and IPC will only see another gain of 50-100%. Single threaded performa…
Was it the end of those industries?
Welcome to mature technology.
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#76Earlier quoted context omitted.
"GPUs are only good at _very_ specific workloads." Let me detail you a completely specific workload citing my own personal experience over objective facts with citations Oh and let me also take a swipe at Intel again without any verifiable evidence
Primecoin is a good example. If you look at the implementation it requires generating a tightly packed bitfield for the sieve and then randomly accessing it after. Lots of synchronization required so you don't overwrite previously set bits are required and the memory accesses are random so its suboptimal for the GPU's memory subsystem. It took under a year for a GPU miner to come out. Having optimized it for Intel in…
Cool! Please factor this very large prime for me
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#77According to the table in the article: - 2011: 32nm - 2012: 22nm - 2014: 14nm - 2018?: 10nm I don't know much about foundry processes, but it seems that it's taking more and more time for lesser and lesser gains, right? At this rate, how long until we reach sub nanometer? What are the physical limits on these processes, and does it have any implications for end users? Will we be using 2nm CPUs for 50 years? Would lov…
If you consider relative change it looks like 2011: 32nm 2012: 31% size reduction 2014: 36% size reduction 2018: 28,5% size reduction
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#78Earlier quoted context omitted.
Primecoin is a good example. If you look at the implementation it requires generating a tightly packed bitfield for the sieve and then randomly accessing it after. Lots of synchronization required so you don't overwrite previously set bits are required and the memory accesses are random so its suboptimal for the GPU's memory subsystem. It took under a year for a GPU miner to come out. Having optimized it for Intel in…
> a thousand cores can brute force its way through anything Cool! Please factor this very large prime for me
That primecoin exists? That it's POW is finding prime numbers? That it has a GPU miner?
http://cryptomining-blog.com/2192-gpu-mining-for-primecoin-x...
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#79As a consumer, it's great to see competition picking up in the CPU market. Intel does not seem to be able to hold the edge in node process as tsmc and Samsung are matching intel. It has to resort to architecture design.
Well actually I think it's more a case of "increase in performance is becoming harder and harder, the technology leader (Intel) is slowly becoming stuck and the competition (AMD) is catching up". Everybody will be more or less at the same level as it requires huge investments to only get a marginal advantage. Apart from games, I would not be that afraid to install recent pieces of software (browser, office suit, os)…
Re: Intel Reveals Post-8th Gen. Core Architecture 10nm+ Ice Lake
#80Earlier quoted context omitted.
"GPUs are only good at _very_ specific workloads." Let me detail you a completely specific workload citing my own personal experience over objective facts with citations Oh and let me also take a swipe at Intel again without any verifiable evidence
Primecoin is a good example. If you look at the implementation it requires generating a tightly packed bitfield for the sieve and then randomly accessing it after. Lots of synchronization required so you don't overwrite previously set bits are required and the memory accesses are random so its suboptimal for the GPU's memory subsystem. It took under a year for a GPU miner to come out. Having optimized it for Intel in…
This is so fundamentally wrong that your complete lack of understanding the underlying math is obvious. Let us use 1024bit RSA as the key to bruteforce. If we use the entire universe as a computer, i.e. every single atom in the observable universe enumerate 1 possibility every millisecond, it would take ~6 * 10^211 years to go through them all. In comparison, the universe is less than ~14 * 10^9 years old.
And this is for 1024bit, today we use 2048bit or larger.