First probabilistic CPU 30x more power-efficient
updated 04:25 pm EST, Sun February 8, 2009
Rice University PCMOS
Rice University today used the International Solid-State Circuits Conference to reveal that it has tested a real-world example of a processor founded on probability math. Called a PCMOS (probability-based complementary metal-oxide semiconductor), the chip abandons the either/or Boolean logic of all current processors in favor of calculations that rely on the most likely answer in most cases. By avoiding a reliance on getting an exact answer when unnecessary, the CPU uses just a fraction of the power to accomplish the same work as today's chips; the example chip's voltage is dropped to where it consumes 30 times less power than an equivalent, ordinary CMOS processor.
As it has to wait less often for answers, the result is also about seven times faster and is especially suited to math where imprecision is unnoticeable or even encouraged, such as small image rendering or data encryption. The Houston-based university believes PCMOS would be particularly useful for typical home users in cellphones, video cards and other devices with embedded processors.
Co-developed with Singapore's Nanyang Technological University, the technology is still in the early stages but, according to inventing professor Krishna Palem, should enter real-world production within the next four years.











yes
02/08, 05:31pm (1 reply) reply
because we all want computers that are 'kinda' correct.
testudo
Fresh-Faced Recruit
Joined: Aug 2001
That's...
02/08, 05:44pm reply
...big.
godrifle
Fresh-Faced Recruit
Joined: Jan 2006
Douglas Adams...
02/08, 06:20pm reply
... would be rather pleased!
cal6n
Junior Member
Joined: Nov 2003
go ahead testudo...
02/08, 08:04pm (2 replies) reply
keep making comments on things that you obviously don't have the ability to comprehend the significance of.
csimon2
Junior Member
Joined: Aug 2000
This is huge
02/08, 08:16pm reply
we are one step closer to the incarnation of Skynet
Nai no Kami
Senior User
Joined: Aug 2000
Probablilty
02/08, 11:34pm (2 replies) reply
But you need a cup of warm tea to operate it.
Guest
Fresh-Faced Recruit
Joined: Nov 1999
So we've had...
02/08, 11:57pm reply
CISC, then
RISC, and now
GISC!! Guesswork Instruction Set Computing!!
I think I love it.
Remember, traffic lights are only guidelines.
Loren
Fresh-Faced Recruit
Joined: Mar 2001
Encryption?! Really?
02/09, 01:29am reply
Because it really shouldn't matter if your secret key is off by a few bits, right? Right. Didn't think so.
To add a little context where due: The type of encryption where probabilistic logic may come in handy is not your run-of-the mill AES or RSA algorithm, but rather a technique called "hyper-encryption" in which truly random bits are generated at very high speeds and the message is encrypted using only a select few of those bits. There's better info on WIkipedia about this, but for now let's just say a really fast true random number generator would be much better suited for Hyper-encryption than probabilistic boolean logic which is correct most of the time.
And in an algorithm like AES a single wrong bit will change about half of all output bits in EVERY round due to the avalanche property of that block-cipher. So, no, PCMOS is not suitable for AES.
Guest
Fresh-Faced Recruit
Joined: Nov 1999
all wrong
02/23, 11:34am reply
one correction, the chip is actually wrong most of the time, but you take the results, flip it, and do the opposite.
Jonathan-Tanya
Fresh-Faced Recruit
Joined: Oct 2004