I'm wanting to get started playing with GPU programming on Linux and have several questions:

  • What graphics cards are recommended? I'd like a fairly inexpensive one that supports CUDA and/or OpenCL. I'm guessing there are driver limitations with Linux which would narrow down the types of cards I could use.

  • How well is OpenCL supported on Linux? (which cards are recommended?)

  • .NET apparently has some libraries/facilities for accessing the GPU, are these available in Mono? If not, are there plans?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

.NET apparently has some libraries/facilities for accessing the GPU, are these available in Mono? If not, are there plans?

Try to look at brahma and this post.

link|improve this answer
feedback

Since you want to be able to use the CUDA API you already limited yourself to NVIDIA products: List of CUDA GPUs. You probably want to look under the GeForce category, those are relatively inexpensive.

Every GPU that supports CUDA also supports OpenCL. Driver support for Ubuntu is solid (I don't know about other distributions, but I guess most major distributions will work fine).

You can download the CUDA Toolkit (includes OpenCL support) here.

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.