How do I make an already written concurrent program run on a GPU array?

Posted by memius on Stack Overflow See other posts from Stack Overflow or by memius
Published on 2008-10-17T18:40:00Z Indexed on 2010/04/09 9:03 UTC
Read the original article Hit count: 196

Filed under:
|
|
|
|

I have a neural network written in Erlang, and I just bought a GeForce GTX 260 card with a 240 core GPU on it. Is it trivial to use CUDA as glue to run this on the graphics card?

© Stack Overflow or respective owner

Related posts about concurrency

Related posts about erlang