Skip to content

Instantly share code, notes, and snippets.

@mohapatras
Created October 15, 2021 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohapatras/ea36f377f48cbbddfa4a7c685fa27218 to your computer and use it in GitHub Desktop.
Save mohapatras/ea36f377f48cbbddfa4a7c685fa27218 to your computer and use it in GitHub Desktop.
Cuda location
$ ls -l /usr/local/cuda-10.1/lib64/libcurand*
lrwxrwxrwx 1 root root 15 Aug 22 02:49 /usr/local/cuda-10.1/lib64/libcurand.so -> libcurand.so.10
lrwxrwxrwx 1 root root 21 Aug 22 02:49 /usr/local/cuda-10.1/lib64/libcurand.so.10 -> libcurand.so.10.1.168
-rwxr-xr-x 1 root root 59812280 Aug 22 02:49 /usr/local/cuda-10.1/lib64/libcurand.so.10.1.168
-rw-r--r-- 1 root root 59842274 Aug 22 02:49 /usr/local/cuda-10.1/lib64/libcurand_static.a
$ echo $LD_LIBRARY_PATH
/usr/local/cuda-10.1/lib64:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment