Unpredictability in Future Microprocessors
prostoalex writes "A Business Week article says increase in chip speeds and number of transistors on a single microprocessor leads to varying degrees of unpredictability, which used to be a no-no word in the microprocessor world. However, according to scientists from Georgia Tech's Center for Research in Embedded Systems & Technology, unpredictability becomes a great asset leading to energy conservation and increased computation speeds."
How can you cheer for something that will eventually kill you?
Intel's just saying that to draw your attention away from IBM's cell! Its a trick, dont listen to them; theyre just making this stuff up!
It is an interesting idea but I think there would have to be a lot of research that goes into this and here's what I mean.
The article is right in that certain things don't need 100% accuracy and that small variations in the answers can yield very good results. This could be important when time is more important than 100% accuracy.
That said, how do we know if the variations are small? Only 1 bit can change a huge negative number into a huge positive number in a standard integer (Okay, I haven't looked at the bit layout of an integer lately but I think it's encoded like this. If not, you still get my point right?).
So perhaps then this idea sort of works when we are aggregating lots of small calculated numbers but then switch to a traditional chip to add them together.
You see what I'm getting at? Computers don't really know that the small variation at the most significant bit is actually a huge variation.
I think there would also have to be a lot of analysis based on understanding how the variations add up and their cumulative effect. For example, a well written app under this scenario means that the errors basically average out over time as opposed to errors that blow out of proportion.
Anyways, I can think of a few good uses for this. Probably the most notable being down the DSP path (which the article metions). Our eyes probably wouldn't see small errors in an HD display during processing or hear small errors in audio processing.
This is parallel to the fact that there is less error checking in audio CDs and video DVDs than their computer counterparts CD-ROM and DVD-ROM (or the R/RW/etc.etc. counterparts).
Sunny
Be my Friend
It sounds like this is just another implementation of an analog processor, which is far from a new idea. Really simple analog processors are just a bit of plastic foam used as a manifold. There's even the idea of having 0, 1, and 1/2 (where 1/2 is seen as uncertain) in something called a Lukasiewicz Logic Array. Anyways, I wish the guy good luck with it, though it might be a good idea if he did some more reading on ideas already presented on the subject.
Obvious google search link:
Google Search for "lukasiewicz analog"
Eurohacker European paranoia, gun rights, and h
Naturally, he had us stumped, because the task is impossible. Without checking at least half the numbers, you can't be sure of the answer.
But, he pointed out, here's what you can do: pick 1000 numbers from the array at random and return the largest - a constant time operation! This "algorithm" just might return a wrong answer. But the chances of that happening are far less than the odds that you're in a nuthouse hallucinating this message right now. The odds are far less than the liklihood that a computer would botch a deterministic algorithm during executation anyways. The odds of making a mistake with the algorithm are 0, for all intents and purposes. So is that OK?
That is one step closer to a human-like AI -- reminds me of a neural net. The technology from TFA may be just what they (computers) need to become like us: i.e. an ability to make quick decisions about complex problems, and succeeding more often than failing.
I, for one, welcome our unpredictable silicon overlords.
It seems to me that these chips would not replace the standard digital cpu's we have today, however they would instead complement their abilities. Adding a stochastic simulator chip would create a hybrid digital/probabilistic computer. Depending on the type of information that was being processed different chips would be employed. Your intel/amd chip would still do the digital/lossless functions while the stochastic chip would process data that is more resistant to loss of information or lossy.
Shh.
Actually the problem isn't speed or the number of transistors, the real problem is feature size. Current technology (the state of the art) is 90 nm. With larger features (transistor dimensions), you might have 100 million electrons turning 'on'. There is the 1 in a million chance that one of them might randomly jump 'off', but the average wins. Most stay put. As features get smaller, Heisenbergs uncertainty principle reaches out and bites certainty in the ass. So 'nearly impossible' becomes 'statistically probable' as feature size gets smaller. One in a billion becomes one in a thousand or one in a hundred (or one in ten). If it's the banks computer, my account, and a billion dollars in my favor, then: God Bless you Mr. Heisenberg!