cc_staff
1,486
edits
No edit summary |
|||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
[[Category:Software]] | [[Category:Software]] | ||
=Quick start guide= | |||
<source lang="console"> | |||
$ module purge | |||
$ module load cuda | |||
</source> | |||
=Introduction= <!--T:1--> | =Introduction= <!--T:1--> | ||
This tutorial introduces the graphics processing unit (GPU) as a massively parallel computing device; the CUDA parallel programming language; and some of the CUDA numerical libraries for high performance computing. | This tutorial introduces the graphics processing unit (GPU) as a massively parallel computing device; the CUDA parallel programming language; and some of the CUDA numerical libraries for high performance computing. |