Breakthrough: The Secret to Making Processors 1,000 Times Faster
81–90 of 100 posts
Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#82Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#83Earlier quoted context omitted.
How about L1 cache (or even just L3 cache) measured in gigabytes? That won't increase the execution speed of individual instructions, but your effective processing power would increase dramatically.
The problem is that as cache size gets bigger, the associative memory lookup gets slower. There's a tradeoff.
Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#84Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#85Let me get this straight. Today, we have trouble dissapating the heat produced by a single die. To solve this problem, we are going to stack 1000 dies, and produce 1000x as much heat. Who cares about whether the heat can travel up the column- where is the improvement in cooling technology to remove 1000x the heat from the die stack?
I would assume the heat would be expected to ooze out the sides of each layer... e.g like the condiments leaking out the burger when you squeeze it :-)
Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#86Earlier quoted context omitted.
The problem is that as cache size gets bigger, the associative memory lookup gets slower. There's a tradeoff.
What? Why is this, isn't memory indexed for direct access?
Read the section on associativity: http://en.wikipedia.org/wiki/CPU_cache
Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#87Faster CPU's are important in several areas, but for 99% of problems it's RAM and stable storage that are the bottleneck.
Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#88Earlier quoted context omitted.
The point with 3d layout is that you can have shorter interconnects, which means far less resistive heating, and less junction loss. It also means that your path lengths can be shortened, possibly allowing you to bump up the frequency. Stacking stuff means you should be able to run cooler for the same amount of processing power. 1000x? I think that's probably BS. But I can see this being a significant win.
This makes me think of an interesting question- the back side of a die is raw silicon. How do you stack die and still interconnect? Do you sink metal through the bottom of the wafer?
Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#89Earlier quoted context omitted.
What? Why is this, isn't memory indexed for direct access?
We're talking about cache, where the addresses of blocks in cache do not have a 1:1 mapping with addresses in memory. Read the section on associativity: http://en.wikipedia.org/wiki/CPU_cache
Re: Breakthrough: The Secret to Making Processors 1,000 Times Faster
#90Earlier quoted context omitted.
> still have time for clock distribution... We are talking about pretty radical processor designs. Why not go asynchronous if we are talking about coordinating multiple layers of silicon?
Wouldn't a principle advantage of an actual, innovative 3D chip be better component distribution? That is, on average all the parts will be much closer to each other, than if they were arranged on a 2D surface.
It will be interesting to watch. If real devices built with that technologies start showing in p and zSeries machines before 2015, we'll have some serious performance bump in high-end computers.