Skip to content

Commit

Permalink
Update cuda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Almeida authored Jul 9, 2024
1 parent a9fc8ca commit 82140ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/dl/cuda.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ module load gcc
$ module load cuda
```

Currently there are two versions of CUDA installed (12.1 and 11.8). By defualt the latest one is always loaded when a version is not specified.
Currently there are two versions of CUDA installed (12.1 and 11.8). By default the latest one is always loaded when a version is not specified.

Note that if you want to run CUDA 11.8 you aldo need to use gcc 11 due to compatibility issues from CUDA.

Expand All @@ -37,7 +37,7 @@ $ nvcc vector_addition.cu -o vector_addition
The launch_cuda.sh script contains the necessary code to submit the Slurm job while requesting a GPU.

```bash
$ sbatch lunch_cuda.sh
$ sbatch launch_cuda.sh
Submitted batch job 93
```

Expand Down

0 comments on commit 82140ef

Please sign in to comment.