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 <soumith@fb.com>2014-12-27 10:16:09 +0300
committersoumith <soumith@fb.com>2014-12-27 10:16:09 +0300
commit5e73ef6603e45b73191d657ec077de0fa553c27b (patch)
treede8ad98bfc892bfeb99a622432b04e77197a63f5 /README.md
parent7b0d52e68e07dee37ed347a607f6d9fa94802449 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a838c2e..b850ff3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
cudnn.torch
===========
-Torch7 FFI bindings for NVidia CuDNN kernels!
+Torch7 FFI bindings for NVidia CuDNN (R2) kernels!
Modules are API compatible their [`nn`](https://github.com/torch/nn) equivalents. Fully unit-tested against `nn` implementations.
@@ -30,3 +30,5 @@ cudnn.VolumetricConvolution(nInputPlane, nOutputPlane, kT, kW, kH, dT, dW, dH, p
```
I have no time to support these, so please don't expect a quick response to filed github issues.
+
+For version CuDNN R1, checkout commit d290c4cb9d632120d3fba97caefb3afb961081bf \ No newline at end of file