Using reikna with CUDA version other than 7.5
LElgueddari opened this issue · 1 comments
LElgueddari commented
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