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:
authorBoris Fomitchev <bfomitchev@nvidia.com>2016-02-26 08:45:46 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-04-18 23:14:59 +0300
commit17253f1ef35d3d8e95f20459f671a2cc2e0a573c (patch)
tree39f3294d5a468a0940673c8d7c0d22ecbecb7589
parentdb4c2709ff2edb7bcb470b153f5aa9d02adf4c2b (diff)
Created branch for CUDNN5 work
-rw-r--r--README.md1
-rw-r--r--ffi.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3f1a43f..37db4d0 100644
--- a/README.md
+++ b/README.md
@@ -91,5 +91,4 @@ For version CuDNN R2, checkout the branch **R2**
For version CuDNN R3, checkout the branch **R3**
For version CuDNN R4, checkout the branch **master**
-
R5 Release Notes:
diff --git a/ffi.lua b/ffi.lua
index 91ca885..f0f0189 100644
--- a/ffi.lua
+++ b/ffi.lua
@@ -1577,7 +1577,6 @@ cudnnStatus_t cudnnActivationBackward_v4(
const cudnnTensorDescriptor_t dxDesc,
void *dx );
-
]]
local libnames = {'libcudnn.so.5', 'libcudnn.5.dylib'}