Skip to content

Commit

Permalink
Merge pull request #476 from Alexander-Barth/patch-1
Browse files Browse the repository at this point in the history
typo:  libcuda.dll -> libcuda.so on Linux
  • Loading branch information
maleadt authored Oct 7, 2020
2 parents 87d3bfe + 766fbbf commit 2594db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/installation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ distribution-specific package (e.g., deb, rpm) instead of the generic runfile op

If you are using a shared system, ask your system administrator on how to install or load
the NVIDIA driver. Generally, you should be able to find and use the CUDA driver library,
called `libcuda.dll` on Linux, `libcuda.dylib` on macOS and `nvcuda64.dll` on Windows. You
called `libcuda.so` on Linux, `libcuda.dylib` on macOS and `nvcuda64.dll` on Windows. You
should also be able to execute the `nvidia-smi` command, which lists all available GPUs you
have access to.

Expand Down

0 comments on commit 2594db8

Please sign in to comment.