Skip to content
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

Using reikna with CUDA version other than 7.5 #52

Open
LElgueddari opened this issue Apr 17, 2019 · 1 comment
Open

Using reikna with CUDA version other than 7.5 #52

LElgueddari opened this issue Apr 17, 2019 · 1 comment

Comments

@LElgueddari
Copy link

Hello,

I'm using CUDA-8 and I keep having the same error libcurand.so.7.5: cannot open shared object file: No such file or directory. The error is due to the fact that my CUDA version is 8 and not 7.5. I use a trick to make it work by creating a symbolic link libcurand.so.7.5 to be libcurand.so. It seems to work.
My question is what is the proper way to install reikna with CUDA X with X being different of 7.5?

Thanks for your help

@fjarri
Copy link
Owner

fjarri commented Apr 18, 2019

Technically, it's not really Reikna's area of responsibility; it sounds like an issue of PyCUDA. And it certainly should be possible to make it work with any CUDA version. Have you tried re-installing PyCUDA (so that it could compile its binaries for the current CUDA version)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants