You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I was able to run this code on a machine that uses CUDA 6.5 and Theano 0.7
However, on a machine that uses CUDA 7.5 and Theano 0.7 I get the following error. Has anyone had success using CUDA 7.5? If so, are there other possible causes of the error? Again, I was able to get the code to work on a machine running CUDA 6.5.
Hello. I was able to run this code on a machine that uses CUDA 6.5 and Theano 0.7
However, on a machine that uses CUDA 7.5 and Theano 0.7 I get the following error. Has anyone had success using CUDA 7.5? If so, are there other possible causes of the error? Again, I was able to get the code to work on a machine running CUDA 6.5.
Exception: ('The following error happened while compiling the node', GpuDnnPoolDesc{ws=(60, 1), stride=(60, 1), mode='max', pad=(0, 0)}(), '\n', 'nvcc return status', 2, 'for cmd', 'nvcc -shared -O3 -arch=sm_52 -m64 -Xcompiler -fno-math-errno,-Wno-unused-label,-Wno-unused-variable,-Wno-write-strings,-DCUDA_NDARRAY_CUH=11b90075e2397c684f9dc0f7276eab8f,-D NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION,-fPIC -Xlinker -rpath,/home/ahandler/.theano/compiledir_Linux-3.10-el7.x86_64-x86_64-with-centos-7.3.1611-Core-x86_64-2.7.12-64/cuda_ndarray -I/home/ahandler/.virtualenvs/cnn/lib/python2.7/site-packages/theano/sandbox/cuda -I/home/ahandler/.virtualenvs/cnn/lib/python2.7/site-packages/numpy/core/include -I/cm/shared/apps/python/2.7.12/include/python2.7 -o /home/ahandler/.theano/compiledir_Linux-3.10-el7.x86_64-x86_64-with-centos-7.3.1611-Core-x86_64-2.7.12-64/tmpq2e2WV/a63d06730a401da926137f78c7ff838d.so mod.cu -L/cm/shared/apps/python/2.7.12/lib -lpython2.7 -lcudnn -lcudart', "[GpuDnnPoolDesc{ws=(60, 1), stride=(60, 1), mode='max', pad=(0, 0)}()]")
The text was updated successfully, but these errors were encountered: