Hmm, yes, it's something like that. There appears to be a problem with my
CUDA install (or worse). The CUDA device query returns "There is no device
supporting CUDA.", entirely consistent with the pycuda.autoinit error
message. Thanks for your time.

Jade

On Fri, Mar 19, 2010 at 12:46 PM, Mike Sarahan <msara...@gmail.com> wrote:

> Are you sure you have the CUDA driver installed?  I don't think PyCUDA
> would have successfully been built without it, but it's a start.  Can
> you run any of the NVIDIA CUDA test programs?
>
> On Thu, Mar 18, 2010 at 4:44 PM, jade mackay <jademac...@gmail.com> wrote:
> > I get the following error. Can anyone point me in the right direction to
> > resolve this?
> >>>> import pycuda.autoinit
> > Traceback (most recent call last):
> >   File "<stdin>", line 1, in <module>
> >   File
> >
> "/usr/local/lib/python2.6/dist-packages/pycuda-0.93-py2.6-linux-x86_64.egg/pycuda/autoinit.py",
> > line 4, in <module>
> >     cuda.init()
> > pycuda._driver.RuntimeError: cuInit failed: no device
> >
> > Thanks,
> > Jade
> > _______________________________________________
> > PyCUDA mailing list
> > pyc...@host304.hostmonster.com
> > http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net
> >
> >
>
_______________________________________________
PyCUDA mailing list
pyc...@host304.hostmonster.com
http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net

Reply via email to