Intel Says New Transistor Technology Could Boost Chip Performance 20% (reuters.com) 94
Intel on Thursday disclosed a new method for making transistors on semiconductors that its chief architect said could boost the performance Intel's next round of processors by as much as 20%. From a report: The Santa Clara, California-based company is one of the few remaining in the world that both designs and manufactures its own chips. But its manufacturing operations have become a concern among investors after Intel last month said that its next-generation chip-making process, called its 7-nanometer process node, would be delayed. Analysts believe the delays could cement the lead that rivals such as Taiwan Semiconductor Manufacturing Co have gained in making smaller, more power efficient chips. Intel's shares have fallen nearly 20% since the delays were disclosed. On Thursday, Intel sought to buck the notion that the single-number names given to each generation of chip process node tell the entire story by disclosing improvements on its existing 10-nanonmeter process node. It announced a new way of making what it now calls "SuperFin" transistors, which, along with a new material being used to improve the capacitors on chips, is expected to boost the performance of Intel's forthcoming processors, despite their still being made on 10-nanometer manufacturing lines.
Lame (Score:2, Interesting)
I remember a time when each new CPU released by Intel was 200%+ faster than the previous. It hasn't been worth upgrading for years now.
Re: (Score:3)
honestly since we got SMP in everyday computers and could drop TDM there has been little reason to upgrade CPUs and chase the speed.. the next limiter was I/O which SSD solved vs. spinning platter.
So yea rock that old computer with plenty of power (posted on a daily use work laptop with a release date in 2014)
Re: (Score:2)
> and now, Windows 10 is excruciatingly slow no matter how much memory or storage or #cores one has
I've got 1,500 i5 laptops providing adequate performance that say you need to clean up your startup tasks.
The more cores you have ... (Score:3)
The more daemons you can run.
Windows 10 today runs about as fast as Windows 95 did 25 years ago. That huge increase in CPU should make the machines lightning fast. But that is not a requirement. And who could possibly live without a daermon to manage the dozen telemetry daemons....
Re: (Score:1)
Go and get a cup of coffee while something loads because Windows decided to install updates while scanning for malware at the same time. Both Microsoft services I might add. Somehow Microsoft managed to make an SSD seem slow.
Re: (Score:3)
This actually holds true for most software. Linux of today on today's hardware doesn't run much faster (if any) than Linux did 25 years ago on 25 years ago hardware. The huge increase in CPU should make Linux machines lightning fast as well but they really aren't all that much faster than Windows 10.
***Note: I am talking about real world day to day usage here. I'm sure benchmarks show different results though.
Re: (Score:2)
This actually holds true for most software. Linux of today on today's hardware doesn't run much faster (if any) than Linux did 25 years ago on 25 years ago hardware. The huge increase in CPU should make Linux machines lightning fast as well but they really aren't all that much faster than Windows 10.
It feels that way only because 99% of what people do is waiting on user input. The person is the slow part, not the machine. Most people don't actually use their computer's CPU to speak of, which is why ARM cores in phones have been able to make such significant inroads. If you're compiling or raytracing or processing large databases of numbers, today's CPUs (and all surrounding systems) are much much much faster than computers of 25 years ago.
Re: (Score:2)
Re: Lame (Score:2)
Re: Lame (Score:3)
First you say Linux. Then you say Ubuntu. Which one is it?
Are yoh implying Ubuntu is Linux? Because then, Android is too. Which is technically correct, but not very practical, nor how it's commonly used.
Linux is not a particular desktop. In fact, desktop environments are pretty much the antithesis to the whole point of a professional OS. If your "Linux" runs dog-slow, you picked a DE, designed for recent systems. E.g. one with lots of graphical effects and background tasks "because it can".
Note how Windows
Re: (Score:2)
I have an i7-8700K, 64GB ram and multiple SSDs and Windows 10 is extremely fast. I get faster performance under Windows than I do under Linux.
Even things like visual studio open in 1-2 seconds.
Re: (Score:2)
Yeah, it's really about how optimized each application is. Visual Studio opens lightning fast. Only uses about a couple hundred MB of memory for a basic project. There's a lot of unoptimized software out there like Android Studio is very slow to open. Uses close to a GB of memory even for a basic project. Sure we have lot of memory, and the use of memory isn't a problem in and of itself. But it does mean that starting it up from scratch takes a long time as there's a lot more work going on behind the scenes
Re: (Score:3)
Eclipse and MATLAB are slow as hell to open on any system I have ever seen. Actually, anything with Java seems to be very slow to start and also often to run. MATLAB tried to hide its slow startup by running a prelaunch on windows startup.
I agree that it is all down to the applications. Some of them are extremely fast to start and run and others are just bad on any system.
Re: (Score:2)
Re: Lame (Score:2)
What battery?
We're not talking about laptops here.
Re: (Score:2)
Yeah right (Score:1)
Translating from typical bullshit to reality I assume this means 2% or less.
Who would trust their numbers?
Re: (Score:1)
Re: (Score:1, Troll)
It sure sounds like a stock price boost is the main reason for this iNnovation.
I'm wondering what new iNsecurity features will come along for the ride.
Dammit, Moore, I thought you had left (Score:5, Funny)
I was so ready for the end of Moore's law. Now I have to wait till next season to see how it will end.
Re:Dammit, Moore, I thought you had left (Score:4, Funny)
Maybe it's time for Intel's Law
Every year Intel will release a new CPU that is more expensive while delivering the same computational performance.
Re: Dammit, Moore, I thought you had left (Score:2)
*laughs in AMD*
Re: (Score:2)
Will it fix all your hardware issues? (Score:3)
Re: (Score:3, Interesting)
At some point, the x86 family are going to have to hit the limits of the design - forty years of legacy rubbish is going to be an issue. One of the most difficult problems in multiprocessor design is cache coherence, as a consequence of needing to maintain compatibility with software that predates DOS.
But that point can be postponed. Always postponed, because there's just too much of an existing software base for x86 now for alternatives to catch on.
Re:Will it fix all your hardware issues? (Score:5, Interesting)
You are trying to shove a gpu/simd cache model onto cpu cache design, while claiming that cpu design needs to "get with the times" or whatever, but in fact you are ignoring the basic reality that there are two diametrically opposed cache designs in use today; one focusing on achieving remarkably low latency (3 cycle L0? no problem), and the other focusing on achieving high bandwidth. You are looking for the high bandwidth model and thats over in the GPU section why not go bitch at nvidia.
Re: (Score:1)
Re: Will it fix all your hardware issues? (Score:3)
And then, kid, you will find out, why modularity is so important.
Re: (Score:3)
Re: (Score:2)
The end-game is to have the final product as an all-in-one SoC solution.
Not sure why you think that's in any way in conflict with the GPU / CPU model. The only difference between an SoC and a full desktop is the location of the parts. Even SoCs have dedicated CPUs and GPUs with different design philosophies.
Re: (Score:2, Insightful)
Even SoCs have dedicated CPUs and GPUs with different design philosophies
Look at what Apple is doing with Apple Silicon for just such an example.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: Will it fix all your hardware issues? (Score:2)
Not even 1%.
More like 0.01%, with all the on-board cache and everything nowadays.
But those 0.01% are key. Lik the 0.01% mold mycelium spread through your entire orange.
Re: (Score:2)
One of the most difficult problems in multiprocessor design is cache coherence, as a consequence of needing to maintain compatibility with software that predates DOS.
This sounds interesting, why is this harder with x86 compatibility? All processors benefit from cache, and PC software which predates DOS seems unlikely to be MP-aware.
The x86 decoder in any amd64 or compatible processor is a teeny, tiny part of the CPU. Now we actually have marvelous things like instructions whose operands can be any of multiple plentiful registers.
Re: (Score:2)
"x86" is just a tiny portion of the chip that wouldn't give you any significant advantage for stripping it away, just the massive disadvantage of killing the IBM PC platform that is the only current popular platform that is not basically a game console in terms of locked down hardware and obscure documentation.
Yes, there are some open hardware projects here and there, and raspi is quite popular, but it would be absolutely horrible for software and hardware freedom if the PC went away.
Re: (Score:1)
Always postponed, because there's just too much of an existing software base for x86 now for alternatives to catch on.
Pretty soon everything is going to be written in HTML, Javascript, or Webassembly. So architecture won't matter.
Re: (Score:2)
Except there has to be code somewhere that executes the Javascript/Webassembly. That is written and highly optimised for x86 (and probably ARM as well).
Re: (Score:2)
Re: (Score:2)
Modern x86 has a legacy mode that disables most of the performance enhancements and allows older stuff to run. As soon as the UEFI firmware has legacy support turned off or boots a modern OS it disables that mode and all the old crud that goes with it.
In AMD64 mode even more cruft is disabled.
Re: (Score:2)
I'd like to see a total redesign like how the AS/400 did things. Everything is an address in a 128 bit space, even devices.
Re: (Score:2)
I'm no CPU expert but we might be whinning about something really small. I guess the real proof will arrive when Apple releases their PCs with ARM CPUs. If they're significantly better than the x86s you might be right.
Re: (Score:2)
Do we have any CPU design experts here to tell us? The number of people who really understand how a modern microprocessor works in depth is probably quite small.
Re: (Score:2)
What hardware issues? I hope you're not talking about Spectre and Meltdown. I for one an hoping that AMD adopts these "issues". I could do with a speed boost for a completely irrelevant to me security issue.
You mean smaller lithography? (Score:5, Interesting)
You mean smaller lithography ?
Come on Intel, you guys are getting your heads handed to you by AMD right now because you simply cannot get your smaller manufacturing process online in sufficient yields to keep up. Now you "invent" some new way to build transistors that are faster and use less power (cough, cough), maybe going smaller than 14nm might help? Come on, they already have announced 10nm, I'm wondering if it's the same thing.
Hummm.. Is it earning season or something? Could they be propping up their stock price with a garbage story like this? Inquiring minds want to know.
Re:You mean smaller lithography? (Score:5, Informative)
Re: (Score:3, Insightful)
Yea, but if your yield isn't high enough, it doesn't matter what you call it. You will lose your shirt in manufacturing piles of chips you cannot sell because they have too many flaws.
Intel is struggling to get their 10nm process yields up to profitable levels. AMD is eating their lunch. A situation I don't see changing in the near term.
Re: (Score:1)
That might matter a shit if Intel could actually get a real world yield. As usual Intal is all smokescreen.
Re: (Score:1)
Get the INTEL advantage now with more nm than competitors:
------> 7nm
-------------------->14nm+++++(TM)
Intel's patented 14nm+++++(TM) process delivers more nm per chip.*
*chip is the computer brain
Re: (Score:2)
Hahaha underrated post
Re: (Score:2)
Yes, Intel has picked a grand total of two simple gates (a two-input NAND and a single flip-flop) to calculate their transistor density. But why have they stopped publishing the transistor counts for their chips? They have said they do not want to compare achieved transistor densities, which suggests they only compare well on a theoretical number rather than what is delivered.
Re: (Score:2)
Intel's "10 nm" is actually smaller than TSMC's "7 nm"
You mean, for a sufficiently restricted definition of "smaller"?
Re: (Score:2)
As Intel's moving from 14 to 10nm, if linear, would give an approx. 2x transistor count increase, yet 37.5 millions to 100.8 millions is much closer to 3x.
Also, neither density nor nm class tell the whole story, as other important metrics eg. voltage, TDP, peak thermal, frequency etc. are related but still different
Re: (Score:3)
Re: (Score:2)
Come on Intel, you guys are getting your heads handed to you by AMD right now because you simply cannot get your smaller manufacturing process online in sufficient yields to keep up.
The most laughable part of it all is that the chiplette solution to bad yields is only new as a solution to bad yields. Intel previously used chiplettes as a solution to being without a dual core product back in the day, after all.
The writing was on the wall ~3 years ago now so Intel is still about ~2 years away from a chiplette redesign (thats the turn-around time in the industry without hacks.)
Its been a long time since Intel didnt have an absurd transistor budget advantage. Expect absurdly deep pipe
Re: (Score:2)
Though I can't find any good photos of one of the 1MB chips delidded (they are all the aluminum+fiberglass modules), the datasheet [sandyflat.net] has a low quality shot of the layout.
Re:You mean smaller lithography? (Score:5, Interesting)
You mean smaller lithography ?
Come on Intel, you guys are getting your heads handed to you by AMD right now because you simply cannot get your smaller manufacturing process online in sufficient yields to keep up. Now you "invent" some new way to build transistors that are faster and use less power (cough, cough), maybe going smaller than 14nm might help? Come on, they already have announced 10nm, I'm wondering if it's the same thing.
Hummm.. Is it earning season or something? Could they be propping up their stock price with a garbage story like this? Inquiring minds want to know.
AMD does not Fab their own processors. And the part of AMD that used to fabricate semiconductors only makes the Northbridges of Zen2. The cores and Graphics cards are done by TSMC (with Samsung as second source). So, I'd say is AMD's great architecture coupled with TSMC's great fab technology that has Intel on the ropes. A smaller process node would not be enough to offset the architectural advantage, and a better architecture would not be enough to offset manufacturing advantage. At this point, intel needs both.
Actually, "inventing" some way to make transistors (or other parts of the chip) go faster without getting smaller is a technique which has been used time and time again. AMD (when they fabbed chips) and Motorola (when they fabbed chips) were first to market with Cooper Interconnects and Damascene tech. Intel was first with High-K dielectris. Also with FinFets. I do not remeber who was fist with Cobalt interconnects. All those techniques are now used industry wide. The "invention" here is twofold, a technique to improve the FinFets, and a technique to make a capacitor with a higher capacitance per unit of area.
Intel's earnings call was one or two weeks ago. As TFS says, the share already lost 20% due to the bad news. Next "earnings seasson" comes in more or less 3 months. So I guess this anouncement is not an attempt to pump up share value. It reamins to be seen how big or small the effect of the new technology is, until then, is hard to qualify the story as "garbage".
The new transistor technology (+ capacitor technology) was anounced on the 10nm node, not on the 14nm++++ node.
TSMC said that they will have a similar technology for their (upcoming) 5nm, but have nothing similar now.
The commonly held wisdom is that intel's 10nm process is roughly equivalent to TSMCs 7nm. Except, that TSMC has much better yields because Intel went with Multi-Multi-Patterning (double multi intended) while TSMC went with EUV and that (except for AMD and nVidia graphics) most of the chip(lets) TSMC manufactures are smaller than Intel's.
Re: (Score:2)
Now you "invent" some new way to build transistors that are faster and use less power (cough, cough)
Are you implying that Intel hasn't invented a new way of building a transistor multiple times over the last 40 years, or are you implying that you don't know history?
Re: (Score:2)
Announced at conception, years in advance as usual (Score:1)
(this is their playbook move to slow the loss of customers to AMD)
Distraction (Score:3)
Here's a more apt title.
Intel Trying To Distract Investors From Failing Business With Shiny Object
Re: (Score:2)
That would make far more sense if they did it before or during their earnings report, rather than a long time before the next one.
Re: (Score:2)
With Intel, PR is a balancing act. Any bad news that comes out needs a good news chaser announcement. They don't want people focusing on anything bad for too long lest they create plans to shift their investments elsewhere.
Re: (Score:2)
Well I suppose you think a company can only produce bad news and that bad news always follows bad news, and any example contrary to this must be some kind of *epic deep voice* conspiracy. */epic deep voice*
real headline (Score:4, Insightful)
Re: (Score:2)
What makes you say it's vapourware? Intel has a long history of semiconductor developments most of which they have actively used in actual products, or even licensed to others.
MBA Culture at Intel Strikes again..... (Score:2)
This is an example of a hostile takeover of MBA's. Everything is going to crap and they call the marketing department to spin up some new FUD and a hip name like "SuperFin".
Here is what I say, "If Intel doesn't get it's sh*t together it is going to be SuperFIN as in Super Final for real."
Fire the MBAs and let the tech innovators do their jobs.
Re: (Score:2)
Based on what? I mean Intel has produced new technological developments hundreds of times in the past 40 years. This is literally part of their core business and why they invest more in R&D than the GDP of a small country.
Your MBA nutjob theory would make more sense if they didn't just have their earnings report. If what you said were remotely true the Intel's MBAs must be the dumbest in the industry based on this timing.
Or more likely the satellites got into your brain because your tinfoil hat was tune
Ho Hum (Score:2)
Re: (Score:2)
Intel is getting spanked so hard right now that they're throwing everything at the wall.
This is more about boosting their stock price by 20% than anything else.
In other words (Score:3, Funny)
It leaks all your data 20% faster.
Slower is not faster (Score:2)
Re: (Score:2)
Let's Hope (for their sake) it's True... (Score:2)
A possibility that would look all the more "interesting" given the recent gains of their more nimble competitors.
Maybe someone should call the SEC, just to be on the safe side.
boost performance Intel's next round of processors (Score:2)
Extra 20% to mitigate future problems (Score:1)
Remember that 20% that Intel took back on the intstruction Branch Prediction flaws. Now you can have your 2018 performance back.
Oh, Yeah (Score:2)
So yeah, this very much has a "So please don't buy an AMD processor this year!" feel to it.
Just a yelp for help... (Score:1)
Intel will do anything to scratch back any ground; even if it is exaggerated truth, or even bullshit!