Skip to content

Commit

Permalink
Merge pull request #288 from JuliaGPU/kshyatt-patch-1
Browse files Browse the repository at this point in the history
Add note about nvml dll missing
  • Loading branch information
maleadt committed Jul 11, 2020
2 parents 0091275 + b9b03b7 commit 4e414e2
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 4e414e2

Please sign in to comment.