Hi,
I have problem with CUDA backend. Running: python -c 'import pycuda.autoinit' yields:
ImportError: libcurand.so.7.0: cannot open shared object file: No such file or directory
I tried modifying .bashrc file adding export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia-cuda-toolkit/
But it didn't help. I believe there is problem with the cuda installation but don't know where to look now.
Thx for any help :)