Skip to content

Commit

Permalink
Update for Volta
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz committed Sep 16, 2020
1 parent d4f6172 commit 1a91b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/hw9/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can compile your code as follows:

```bash
module load cuda
nvcc -arch=sm_60 -o task1 task1.cu -std=c++11
nvcc -arch=sm_70 -o task1 task1.cu -std=c++11
```

The module load command selects a CUDA compiler for your use. The module load command only needs to be done once per session/login. *nvcc* is the CUDA compiler invocation command. The syntax is generally similar to gcc/g++.
Expand Down

0 comments on commit 1a91b49

Please sign in to comment.