You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/root/anaconda3/envs/deepspeed/bin/../lib/gcc/x86_64-conda-linux-gnu/14.1.0/../../../../x86_64-conda-linux-gnu/bin/ld: skipping incompatible /lib/i386-linux-gnu/libcuda.so when searching for -lcuda
/root/anaconda3/envs/deepspeed/bin/../lib/gcc/x86_64-conda-linux-gnu/14.1.0/../../../../x86_64-conda-linux-gnu/bin/ld: cannot find -lcuda: No such file or directory
/root/anaconda3/envs/deepspeed/bin/../lib/gcc/x86_64-conda-linux-gnu/14.1.0/../../../../x86_64-conda-linux-gnu/bin/ld: skipping incompatible /lib/i386-linux-gnu/libcuda.so when searching for -lcuda
Maybe something wrong in my cuda?
When I run the command ll /usr/local/cuda-12.1/:
Thank you for reaching out.
The ld linker has a search order that looks for libraries to link, and $CUDA_HOME doesn't alter that. If you want your compilation process to look for the libraries there, you should use -L flag accordingly (as documented here).
There exit error:
Maybe something wrong in my cuda?
When I run the command
ll /usr/local/cuda-12.1/
:Is that right?
I have configured the environmental variable
$CUDA_HOME
as/usr/local/cuda-12.1
The text was updated successfully, but these errors were encountered: