vote up 9 vote down star
2

I know that there are a lot of CUDA language bindings, such as PyCUDA, but are there any good bindings for .Net? The only one I've seen is this one, but I'd like to know if there are any others.

flag

55% accept rate

3 Answers

vote up 7 vote down check

The nvidia examples come with a complete C# project to interface to Cuda, using it as an example project may be all you need.

link|flag
Where? I can't find it. – TraumaPony Oct 29 '08 at 8:48
I cannot find it either, which is the package I need to get? – galets Apr 23 at 18:57
vote up 5 vote down

Here's another library: http://brahma.ananthonline.net/

Edit: I've been looking at the documentation for the project you initially listed, and can say that the interface makes me think: what is the point of using .Net. The project I've listed has a cleaner interface but no documentation. The project you listed seems to be more dedicated in the development path ( a recent 2.1 release), but the SVN of Brahma isn't too old (5 wks).

Another poster listed the Accelerator framework. It looks very promising, although its license is non-commercial (you must contact them if you intend to use it for any commercial work), and when I installed it, it said it installed right and I can't find it on my system (this could have been a Vista issue)!

EDIT: I have looked into the various libraries, and can say here is my "recommendations":

  1. If you are planning on using LINQ and only .Net 3.5, use Brahma.
  2. If you are non-commercial in your goal, use the Accelerator project that the other poster gave (Tim, I believe). It is higher level than the project you mentioned.
  3. If you don't care about low-level details, but very active project and documentation is desired then go with the project you listed.
link|flag
Brahma uses HLSL/GLSL, not CUDA. – Danny Jul 25 at 16:41
vote up 3 vote down

Microsoft Research have a project called "Accelerator" http://research.microsoft.com/apps/pubs/default.aspx?id=70250

link|flag
Accelerator doesn't use CUDA (uses pixel-shaders). – Danny Jul 25 at 16:42

Your Answer

Get an OpenID
or

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