Personal tools

CUDA

From MohidWiki

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