Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-07-27 09:08:20 +0300
committerGitHub <noreply@github.com>2016-07-27 09:08:20 +0300
commit2ee9068168efdec26873a220fc8c6bceb0babaaf (patch)
treeae12de81878dc4df9253345bf5f9671c1eb82251
parentc3250a987bae1cf9940b5162aa28ed0317ca5c01 (diff)
remove empty error message
-rw-r--r--ffi.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffi.lua b/ffi.lua
index 672205e..3354dc7 100644
--- a/ffi.lua
+++ b/ffi.lua
@@ -1594,7 +1594,6 @@ for i=1,#libnames do
end
if not ok then
- print(err)
error([['libcudnn (R5) not found in library path.
Please install CuDNN from https://developer.nvidia.com/cuDNN
Then make sure files named as libcudnn.so.5 or libcudnn.5.dylib are placed in your library load path (for example /usr/local/lib , or manually add a path to LD_LIBRARY_PATH)