Monday, January 11, 2010

GPU Programming with CUDA

I am new to GPU programming. I have run couple of CUDA programs on the GPU and I have developed matrix multiplication program. The CUDA programmer should have to have a good knowledge on memory scheme of the GPU and how different data can be disseminated among different threads.

Now my main goal is to find a way to call CUDA program within the C program and get the result back to the CPU from GPU.

No comments:

Post a Comment