The more cuda cores the better right?

Zjgamer

Honorable
Dec 1, 2012
7
0
10,510
I know that cuda cores increase the performance of your GPU. So am I right when I say " the more cuda cores the better". Am I right or wrong???
 

cl-scott

Honorable
It's not wrong exactly, but it's also not the whole story. CUDA cores are just one facet of measuring GPU performance. You also need to look at things like core and memory clock speeds, the size of the memory bus, and even the type of RAM.
 

hdeezie80

Honorable
Jul 18, 2012
205
0
10,710
CUDA cores allow complex computing to be done on your gpu, for gaming they are mainly used to handle "soft body" physics where you would see larger particles break into smaller particles, your CPU handles the majority of this though, CUDA is specific to Nvidia, and is supported by Microsoft's direct compute. They are more important for accelerating scientific applications, or 3d rendering.