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>2014-09-11 01:03:02 +0400
committerSoumith Chintala <soumith@gmail.com>2014-09-11 01:03:02 +0400
commita8bf53f8738fd319568593718280343c3ebc93e6 (patch)
tree58f632560c26f31c9d87e81d6f14c546c3020bcd /README.md
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f27609b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+cudnn.torch
+===========
+
+Torch7 FFI bindings for NVidia CuDNN kernels!
+
+Modules are API compatible their nn equivalents. Fully unit-tested against nn implementations
+
+* Install CuDNN
+* Have at least Cuda 6.5
+* Have libcudnn.so in your library path
+
+####Modules
+```
+cudnn.SpatialConvolution
+cudnn.SpatialMaxPooling
+cudnn.ReLU
+cudnn.Tanh
+cudnn.Sigmoid
+```
+
+I have to time to support these, so please dont expect a quick response to filed github issues. \ No newline at end of file