Skip to content

Commit

Permalink
Add note about nvml dll missing
Browse files Browse the repository at this point in the history
Just got bitten by this
  • Loading branch information
kshyatt authored Jul 11, 2020
1 parent 0091275 commit b9b03b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/installation/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ If you encounter this error, there are several known issues that may be causing
Generally though, it's impossible to say what's the reason for the error, but Julia is
likely not to blame. Make sure your set-up works (e.g., try executing `nvidia-smi`, a CUDA C
binary, etc), and if everything looks good file an issue.

## NVML library not found (on Windows)

Check and make sure the `NVSMI` folder is in your `PATH`. By default it may not be. Look in
`C:\Program Files\NVIDIA Corporation` for the `NVSMI` folder - you should see `nvml.dll`
within it. You can add this folder to your `PATH` and check that `nvidia-smi` runs properly.

0 comments on commit b9b03b7

Please sign in to comment.