Personal tools

Difference between revisions of "CUDA"

From MohidWiki

Jump to: navigation, search
(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 14: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

  1. Download and install the CUDA SDK


External links