"David A. Markowitz" <[email protected]> writes: > Hi, I just installed PyCUDA, but test_driver.py crashes with the > following error: > > CompileError: nvcc compilation of /tmp/tmpNht4bp/kernel.cu failed > [command: nvcc --cubin -arch sm_35 > -I/usr/local/lib/python2.7/dist-packages/pycuda-2014.1-py2.7-linux-x86_64.egg/pycuda/cuda > kernel.cu] > [stderr: error in open: > /usr/bin/../nvvm/libdevice/libdevice.compute_35.10.bc No such > file or directory ]
This looks like nvcc is unable to find its own parts. Does nvcc work when called from the command line on a simple CUDA sample? (My guess is no.) Andreas
signature.asc
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
