Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Intel's Altera acquisition (Score 1) 383

Any thoughts about this ? Does it have any chance to bring (hardware) reconfigurable computing to the masses ? In principle, FPGAs can be made into general purpose coprocessors but, in practice, they remain mostly within their own niche, quite well isolated from the mainstream programming. One of the reasons seems to be apparent cultural differences between programming and hardware design worlds. Will acquisition of Altera by Intel somehow result in bringing these two closer ?

Java

After Learning Java Syntax, What Next? 293

Niris writes "I'm currently taking a course called Advanced Java Programming, which is using the text book Absolute Java, 4th edition, by Walter Savitch. As I work at night as a security guard in the middle of nowhere, I've had enough time to read through the entire course part of the book, finish all eleven chapter quizzes, and do all of the assignments within a month, so all that's left is a group assignment that won't be ready until late April. I'm trying to figure out what else to read that's Java related aside from the usual 'This is how to create a tree. This is recursion. This is how to implement an interface and make an anonymous object,' and wanted to see what Slashdotters have to suggest. So far I'm looking at reading Beginning Algorithms, by Simon Harris and James Ross."

AMD RV790 Architecture To Change GPGPU Landscape? 102

Vigile writes "To many observers, the success of the GPGPU landscape has really been pushed by NVIDIA and its line of Tesla and Quadro GPUs. While ATI was the first to offer support for consumer applications like Folding@Home, NVIDIA has since taken command of the market with its CUDA architecture and programs like Badaboom and others for the HPC world. PC Perspective has speculation that points to ATI addressing the shortcomings of its lineup with a revised GPU known as RV790 that would both dramatically increase gaming performance as well as more than triple the compute power on double precision floating point operations — one of the keys to HPC acceptance."

Comment Re:Cell Processor (Score 1) 222

>This is largely horse pucky. FPGAs are a trade off of efficiency for generality. FPGA based

uh... the same holds for von Neumann's CPU architecture ;o)

>coprocessors only provide a benefit where the algorithm can be implemented more efficiently in
>logic than conventional code and it's done at a high enough frequency to warrant the trouble. Few
>situations on the desktop meet these criteria.

'situations on the desktop' a quite well handled by the contemporary CPUs. One can only type that fast.... Desktop is not an issue, no matter multi core CPUs, Cell Processor, FPGA based solutions...

>The only situation that comes to mind is video compression/decompression but that is already

The only 'desktop situation'. There's life beyond desktop....

>accelerated quite well by something on the other end of the efficiency/generality spectrum: the GPU.

...like a bunch of engineering/scientific computions that, in places, are embarassingly parallel and, at the same time, embarassingly simple so that dedicating entire Beowulf node to the unit computation is a waste.

Just as example - check TimeLogic's page (http://www.timelogic.com/)- a large class of bioinformatic computations can be accelerated by 2 orders of magnitude. Note, that it translates into substituting Beowulf clusters
with a single FPGA-based accelerator board. Hardly horse puckey, I'd say...

Slashdot Top Deals

Luck, that's when preparation and opportunity meet. -- P.E. Trudeau

Working...