So is it possible to make the graphics card act like an additional CPU in my program, calculating other things beside graphical content?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

If you have a Nvidia card then you want to look at CUDA. For ATI you want to look at ATI Stream. There are other technologies that provide a more cross-platform approach, for example OpenCL, GPGPU, etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.