#check if their is an old cuda_ndarray that was loading instead of the one we compiled!
importcuda_ndarray.cuda_ndarray
...
...
@@ -108,11 +115,6 @@ if cuda_available:
warning("WARNING: cuda_ndarray was loaded from",cuda_ndarray.cuda_ndarray.__file__,"This is not expected as theano should compile it automatically for you. Do you have a directory called cuda_ndarray in your LD_LIBRARY_PATH environment variable? If so, please remove it as it is outdated!")