Eric Larson
2014-11-01 05:53:21 UTC
PyCUDA worked perfectly on Ubuntu 14.04, but after upgrade to 14.10 I get
File "<stdin>", line 1, in <module>
File
"/home/larsoner/.local/lib/python2.7/site-packages/pycuda-2014.1-py2.7-linux-x86_64.egg/pycuda/autoinit.py",
line 4, in <module>
cuda.init()
pycuda._driver.Error: cuInit failed: unknown
This is the same on latest `master` (shown above) and using the version in
the Ubuntu repos. I can manually compile and run at least this example
(devicequery):
http://www.cac.cornell.edu/vw/gpu/example_submit.aspx
and my system is using the proprietary NVIDIA drivers, so CUDA appears to
be configured properly. Has anyone else experienced this? I've reported the
bug here as well:
https://bugs.launchpad.net/ubuntu/+source/pycuda/+bug/1388217
Cheers,
Eric
import pycuda.autoinit
Traceback (most recent call last):File "<stdin>", line 1, in <module>
File
"/home/larsoner/.local/lib/python2.7/site-packages/pycuda-2014.1-py2.7-linux-x86_64.egg/pycuda/autoinit.py",
line 4, in <module>
cuda.init()
pycuda._driver.Error: cuInit failed: unknown
This is the same on latest `master` (shown above) and using the version in
the Ubuntu repos. I can manually compile and run at least this example
(devicequery):
http://www.cac.cornell.edu/vw/gpu/example_submit.aspx
and my system is using the proprietary NVIDIA drivers, so CUDA appears to
be configured properly. Has anyone else experienced this? I've reported the
bug here as well:
https://bugs.launchpad.net/ubuntu/+source/pycuda/+bug/1388217
Cheers,
Eric