CUDA
From MohidWiki
CUDA is a NVIDIA technology that allows to code high-performance computing projects. The program is loaded into the NVIDIA CUDA GPU card and runs there, copying back and forth the results from the host memory (RAM)to the device memory (GPU RAM).
Creating a Visual Studio project with CUDA
- Download and install the CUDA SDK