We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed libgpuarray and pygpu according to these instructions: http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install-user-library. When I ran the test at the end, I got the following error:
Traceback (most recent call last): File "", line 1, in File "/home/ikaplow/.local/lib/python2.7/site-packages/pygpu-0.6.5-py2.7-linux-x86_64.egg/pygpu/init.py", line 7, in from . import gpuarray, elemwise, reduction ImportError: /home/ikaplow/.local/lib/python2.7/site-packages/pygpu-0.6.5-py2.7-linux-x86_64.egg/pygpu/gpuarray.so: undefined symbol: GpuKernel_binary
Do you know what might be causing this and what I can do to fix it? Thanks!
The text was updated successfully, but these errors were encountered:
@imk1 Did you ever solve this issue? I am currently encountering the same problem.
Sorry, something went wrong.
If I recall correctly, I solved it by changing my version of cudnn. I cannot remember how I figured out what version I should use.
No branches or pull requests
I installed libgpuarray and pygpu according to these instructions: http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install-user-library. When I ran the test at the end, I got the following error:
Traceback (most recent call last):
File "", line 1, in
File "/home/ikaplow/.local/lib/python2.7/site-packages/pygpu-0.6.5-py2.7-linux-x86_64.egg/pygpu/init.py", line 7, in
from . import gpuarray, elemwise, reduction
ImportError: /home/ikaplow/.local/lib/python2.7/site-packages/pygpu-0.6.5-py2.7-linux-x86_64.egg/pygpu/gpuarray.so: undefined symbol: GpuKernel_binary
Do you know what might be causing this and what I can do to fix it? Thanks!
The text was updated successfully, but these errors were encountered: