Update home authored by van Vliet's avatar van Vliet
...@@ -1033,7 +1033,7 @@ You can see from the output that we have **3 GPU's: Cuda devices: 0,1,2** ...@@ -1033,7 +1033,7 @@ You can see from the output that we have **3 GPU's: Cuda devices: 0,1,2**
#### Compiling and running GPU programs #### Compiling and running GPU programs
First download and compile the samples from NVidia: First download and compile the samples from NVidia: [Cuda samples](https://github.com/NVIDIA/cuda-samples)
``` ```
module purge module purge
... ...
......