1

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

Karl
  • 5,613
  • 13
  • 73
  • 107

1 Answers1

2

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.

trojanfoe
  • 120,358
  • 21
  • 212
  • 242