fjarri/reikna

Using reikna with CUDA version other than 7.5

LElgueddari opened this issue · 1 comments

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

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)?