Created
October 15, 2021 03:29
-
-
Save mohapatras/ea36f377f48cbbddfa4a7c685fa27218 to your computer and use it in GitHub Desktop.
Cuda location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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