Page 1 of 1

What NVIDIA Graphics Cards Support Cuda?

Posted: Tue Jun 10, 2008 4:42 pm
by Apoptosis
With NVIDIA Cuda getting more attention these days many are wondering what graphics cards support it. This is a great question! Before we get to the graphics cards make sure you understand what CUDA is!

What is NVIDIA CUDA?

NVIDIA CUDA technology is a fundamentally new computing architecture that enables the GPU to solve complex computational problems in consumer, business, and technical applications. CUDA (Compute Unified Device Architecture) technology gives computationally intensive applications access to the tremendous processing power of NVIDIA graphics processing units (GPUs) through a revolutionary new programming interface. Providing orders of magnitude more performance than current CPUs and simplifying software development by extending the standard C language, CUDA technology enables developers to create innovative solutions for data-intensive problems. For advanced research and language development, CUDA includes a low level assembly language layer and driver interface.

Now that you have a basic understanding on what CUDA is let's see what video cards work with it. This will also be a great thread to show others as many will want to run F@H on NVIDIA graphics cards, but will be unsure if they have a supporting card!

GeForce Series Cards:
GTX280
GTX260
9800 GX2
9800 GTX
9600 GT
8800 Ultra
8800 GTX
8800 GTS
8800 GT
8800 GS
8600 GTS
8600 GT
8500 GT
8400 GS
8800M GTX
8800M GTS
8700M GT
8600M GT
8600M GS
8400M GT
8400M GS
8400M G

Tesla Series Cards
C870
D870
S870

Quadro
FX 5600
FX 4600
FX 3700
FX 1700
FX 570
FX 370
NVS 290
FX 3600M
FX 1600M
FX 570M
FX 360M
Quadro Plex 1000 Model IV
Quadro Plex 1000 Model S4
NVS 320M
NVS 140M
NVS 135M
NVS 130M

Re: What NVIDIA Graphics Cards Support Cuda?

Posted: Wed Jun 11, 2008 1:02 pm
by SAMSAMHA
basically any 8 series and up shoudl support Cuda. Now if only software company can taking the advantage of the GPU processor and start wrting apps for it.

Re: What NVIDIA Graphics Cards Support Cuda?

Posted: Fri Jun 13, 2008 12:29 am
by Zertz
SAMSAMHA wrote:basically any 8 series and up shoudl support Cuda. Now if only software company can taking the advantage of the GPU processor and start wrting apps for it.
I don't see that happening until we have a standard GPU language :?

Re: What NVIDIA Graphics Cards Support Cuda?

Posted: Fri Jun 13, 2008 2:25 pm
by Alathald
I thought CUDA was going to be a derivative of C...which makes me wonder, why can't F@H just be moved entirely to the GPU rather than needing a CPU core as well? If it's at all like C then why can't the GPU handle all of the calls and leave the CPU alone? Just a thought...