I want to build a machine for cuda programming.
Can you recommend gpu card?
Since the budget is not enough, I cannot afford to buy tesla .
Originally, I considered GTX 590 just because it is the best model.
Now, I’m not sure it is the best, I mean a SLI combination of the lower model may be the better or not. I don’t know.
If you go with a GTX you need to keep in mind something regarding the compute capability. If you plan to program on your card and later use them on Tesla cards you should buy just a card with compute capability 2.0. The cards with capability 2.1 have 48 core per one SMP while the 2.0 has 32. Since a warp has 32 threads this means that a program optimize for 2.1 will not run optimal in a 2.0 card.