Sunday, February 22, 2009

CUDA resources

Here are links that illustrate how CUDA works and how it can help in maximizing the parallelism inherently in your Nvidia graphics cards.


Personally, i like to thank Rob Farber for this series of REALLY awesome articles published on Dr. Dobb's Journal which is another great platform for developers world-wide. Yay! 

While using CUDA to implement your test or commercial applications, its likely you'll create your own arrays/matrices or vectors which is fine but i would recommend that you re-implement that part of your program that uses these constructs using the CUBLAS library. Remember to try out the CUFFT library as well.


0 comments: