Linked by Amjith Ramanujam on Wed 19th Nov 2008 22:07 UTC, submitted by caffeine deprived
Hardware, Embedded Systems Nvidia and partners are offering new "personal supercomputers" for under $10,000. Nvidia, working with several partners, has developed the Tesla Personal Supercomputer, powered by a graphics processing unit based on Nvidia's Cuda parallel computing architecture. Computers using the Tesla C1060 GPU processor will have 250 times the processing power of a typical PC workstation, enabling researchers to run complicated simulations, experiments and number crunching without sharing a supercomputing cluster.
Permalink for comment 338095
To read all comments associated with this story, please click here.
RE[5]: Specifics?
by javiercero1 on Sat 22nd Nov 2008 20:45 UTC in reply to "RE[4]: Specifics?"
javiercero1
Member since:
2005-11-10

CUDA is a programming model, mostly based on super-threading, data streaming and data parallelism.

It is being ported to the CPU, and later (via Apple's OpenCL, which is mostly CUDA-based) to ATI's GPUs (although the ATI parts have poorer programmability).

Basically, once you map your algorithm to CUDA, you should be able to run it on either the CPU or GPU in the near future.

Alas, if you already have developed your code on OpenMP and it works for you.. as they say, if it ain't broken...

However, where the CUDA boards shine is on their price per flop and power per flop. So they are very, very, very attractive.

Reply Parent Bookmark Score: 2