Skip to content

Commit

Permalink
update readme with useful gpu config commands
Browse files Browse the repository at this point in the history
  • Loading branch information
leevlad committed Jun 29, 2018
1 parent 5a63249 commit 0a77d5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ nvidia-smi --auto-boost-default=0
nvidia-smi -ac 2505,875
```

You might also be interested in seeing what the current clock speeds are set to:
```bash
nvidia-smi -q -i 0 -d CLOCK
```

#### On OSX High Sierra 10.13.5

OpenCL should already be installed. Nothing to do.
Expand Down

0 comments on commit 0a77d5a

Please sign in to comment.