Plusthinking Iq :
what is geforce cuda core usage in games?
is those cuda cores dormant when not used or a free resource for the game?
physx is one use of it i guess, or am i thinking of this totally wrong here?
From
Wikipedia
In the computer game industry, GPUs are used not only for graphics rendering but also in game physics calculations (physical effects like debris, smoke, fire, fluids);
examples include PhysX and Bullet. CUDA has also been used to accelerate non-graphical applications in computational biology, cryptography and other fields by an order of magnitude or more.:
Now my answer.
CUDA is really a way to use the GPU for applications other than graphics. so it does one or the other. If you have lots of parallel...