# locate cuda_runtime.h /usr/local/cuda/include/cuda_runtime.h # which nvcc /usr/local/bin/nvcc
cheers Dan On Thu, 2010-11-25 at 10:11 -0500, Andreas Kloeckner wrote: > On Thu, 25 Nov 2010 17:08:16 +1030, Dan Kortschak > <[email protected]> wrote: > > Hi Andreas, > > > > It gives the following: > > > > # touch kernel.cu > > # nvcc --cubin -arch sm_13 > > -I/usr/local/lib/python2.6/dist-packages/pycuda-0.94.1-py2.6-linux-x86_64.egg/pycuda/../include/pycuda > > kernel.cu > > cc1plus: error: cuda_runtime.h: No such file or directory > > What do the following commands output? > $ locate cuda_runtime.h > $ which nvcc > > Andreas > _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
