Personal tools

CUDA

From MohidWiki

Revision as of 14:18, 27 October 2011 by Guillaume (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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