Tagged Questions

7
votes
5answers
662 views

Is there any possibility to write GPU-applications using CUDA under F sharp?

I am interested in using F# for numerical computation. How can I access the GPU using NVIDIA's CUDA standart under F#?
6
votes
3answers
947 views

How can I use the GPU as a second processor in .Net?

The question says it all really. I'm hoping that I don't have to write the code in a c++ .dll and then call it from managed code.