Parallel programming with NVIDIA CUDA
CoroWare
Linux Journal, Issue 200, December 2010
@article{segovia2010parallel,
title={Parallel programming with NVIDIA CUDA},
author={Segovia, Alejandro},
journal={},
issue={200},
year={2010}
}
Using hardware acceleration via General Programming on stock GPUs (GPGPU), I’ve sped up my algorithms by more than tenfold. This article shows how you can achieve these results too! Programmers have been interested in leveraging the highly parallel processing power of video cards to speed up applications that are not graphic in nature for a long time. Here, I explain how to do this with the CUDA API from NVIDIA. If your GPU is not from NVIDIA, you are not out of luck, as the same can be achieved with other APIs, such as the ATI-based Stream SDK or OpenCL.
September 11, 2011 by hgpu