Difference between revisions of "CUDA"
From MohidWiki
(Created page with "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 th...") |
(No difference)
|
Latest revision as of 13:18, 27 October 2011
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