Monday, March 8, 2010

Integral computation using nVidia CUDA technology

Recently I wrote an integral computation program on GPU using nVidia CUDA technology. The acceleration is astonishing for the big accuracy in comparison with the analogue program running on CPU which by the way is provided by Henry Golding and can be found in his personal blog.

However to understand the code you should have some knowledge of nVidia CUDA supporting GPU, which can be founded in nVidia's official webpage. But for the usage imho it is quiet friendly.

source code: main.cu


No comments:

Post a Comment