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:
authornagadomi <nagadomi@nurs.or.jp>2016-03-22 11:17:34 +0300
committernagadomi <nagadomi@nurs.or.jp>2016-03-22 11:17:34 +0300
commit32e4ea4f99459971a6692e8aa0df0c08cbe0ccc5 (patch)
tree3ebfa9bc90a5dc91e2c34af4b807a79ad14d7750 /ffi.lua
parent8e13ceb6efcb3ea46fa882d38e3389f87973971d (diff)
Remove empty error message
Diffstat (limited to 'ffi.lua')
-rw-r--r--ffi.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffi.lua b/ffi.lua
index c2b63be..e2b5b16 100644
--- a/ffi.lua
+++ b/ffi.lua
@@ -1275,7 +1275,6 @@ for i=1,#libnames do
end
if not ok then
- print(err)
error([['libcudnn (R4) not found in library path.
Please install CuDNN from https://developer.nvidia.com/cuDNN
Then make sure files named as libcudnn.so.4 or libcudnn.4.dylib are placed in your library load path (for example /usr/local/lib , or manually add a path to LD_LIBRARY_PATH)