Can I program Nvidia's CUDA using only Python or do I have to learn C?

Posted by Aquateenfan on Stack Overflow See other posts from Stack Overflow or by Aquateenfan
Published on 2010-06-01T04:04:50Z Indexed on 2010/06/01 4:13 UTC
Read the original article Hit count: 195

Filed under:
|

I guess the question speaks for itself. I'm interested in doing some serious computations but am not a programmer by trade. I can string enough python together to get done what I want. But can I write a program in python and have the GPU execute it using CUDA? Or do I have to use some mix of python and C?

The examples on Klockner's (sp) "pyCUDA" webpage had a mix of both python and C, so I'm not sure what the answer is.

If anyone wants to chime in about Opencl, feel free. I heard about this CUDA business only a couple of weeks ago and didn't know you could use your video cards like this.

thx

© Stack Overflow or respective owner

Related posts about python

Related posts about cuda