-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDArray: CUDA back-end not available, using NumPy #65
Comments
Hi, @00fq00
Thanks, |
@oscarriddle Hello, I had this same issue and unfortunately changing the environment variables didn't fix it. |
I have the same issue as lots of people have had. I thought that the problem might be that the CUDArray build assumes that the CUDA libraries are available in /usr/local/cuda/lib. On my setup there is no such folder. I symlinked /usr/local/cuda/lib64 to /usr/local/cuda/lib and rebuilt CUDArrary. But that did not fix the problem. CUDArray is just proxying through to NymPy. I'm setting INSTALL_PREFIX, CUDA_PREFIX, CUDNN_ENABLED, and even LD_LIBRARY_PATH. Doesn't work. No indication about why until you run it and it proxies through to NumPy. |
I am running into the same issue. Has anyone been able to resolve it? |
Hi, I know this is a fairly old post but I am trying to implement the same work you did by installing CUDArray but unfortunately couldn't. Now, my problems constitute,
I have been stuck at this so long and before coming here I did a lot of research to avoid bothering you. I hope you understand. |
I've installed cudarray, But Still says CUDArray: CUDA back-end not available, using NumPy,I'm sure my rLD_LIBRARY_PATH points to libcudarray.so ,but it doesn't work
PATH=/usr/local/cuda-7.5/bin:/usr/local/bin
The text was updated successfully, but these errors were encountered: