Qiaolin Lu
Qiaolin Lu
我也遇到这个问题,请问老哥解决了吗
  I not sure if my `CUDA_HOME` is right, if it was wrong, how to set it
I used `which nvcc` , result is `/usr/local/cuda-11.7/bin/nvcc`, in `.bashrc` file, it was ``` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-11.7/lib64 export PATH=$PATH:/usr/local/cuda-11.7/bin export CUDA_HOME=$CUDA_HOME:/usr/local/cuda-11.7 ```
Thanks a lot, I will try it.