Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Rolling our own mobile desktop (Score 4, Insightful) 194

Android is already a free software platform where users can write software without being locked out. Isn't that what you're looking for? Sure, it came from Google and is promoted by a consortium of telecom giants, rather than springing straight from the People, but as long as a cat catches mice, does it really matter what color it is?

Comment Re:Article badly misrepresents the idea (Score 1) 499

Are you sure? I found this paper about doing a fast Fourier transform with probabilistic CMOS hardware, with errors making it right through to the output -- but the errors were so small that, for many applications, they are irrelevant. And they were able to get by with 82% less power than a conventional approach with the same precision.

Comment Re:The first thing that comes to mind... (Score 1) 499

You're exactly right and should be modded up to 5. One of the applications that these researchers keep trotting out in their papers is neural networks. They figure they can make neural network hardware a few hundred times faster or more energy-efficient, as compared with a non-probabilistic CMOS implementation. They're also looking at Bayesian inference and classification problems, so that's nice too.

Comment Re:19 times out of 20 (Score 1) 499

That's why these guys want to make systems-on-a-chip which integrate probabilistic circuitry with an ordinary ARM processor core. It can handle the general computing and the probabilistic coprocessor can handle a few specialized jobs. This won't replace your CPU, but it might make your graphics card faster and more efficient a few years from now.

Comment Re:uhhh.... (Score 1) 499

Then they should only use the processor in places where its limitations are not an issue. I certainly wouldn't suggest that it was appropriate for every purpose.

That's exactly what they're proposing: a system-on-a-chip with a conventional processor for most of the application and an on-die probabilistic coprocessor for the calculations that can be done in a probabilistic way. The only people talking about approximate accounting and other such inappropriate uses are Slashdot "smart"-asses.

Comment Re:Because when I think graphics, I think intel (Score 1) 288

The processors aren't entirely general purpose. They're stripped-down, simplified cores driving loads of SIMD hardware. There are instructions to control caching because a GPU does a lot of streaming data access. The core is pipelined and in-order, with 4-way SMT. It's very much optimized for throughput at the expense of everything else. That's a good thing for a GPU, of course.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...