summaryrefslogtreecommitdiff
path: root/development/cudnn/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/cudnn/README')
-rw-r--r--development/cudnn/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/cudnn/README b/development/cudnn/README
new file mode 100644
index 0000000000..097b80517b
--- /dev/null
+++ b/development/cudnn/README
@@ -0,0 +1,12 @@
+The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated
+library of primitives for deep neural networks. cuDNN provides highly tuned
+implementations for standard routines such as forward and backward convolution,
+pooling, normalization, and activation layers. cuDNN is part of the NVIDIA
+Deep Learning SDK.
+
+You will need to register for NVIDIA developer account to download the source.
+
+Make sure you create the CUDA_HOME environment variable and add it to your
+~/.bashrc. The default should be
+
+CUDA_HOME=/usr/share/cuda