From 620777f1f9a6c5136e582aa3cd01107b9641c26e Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Tue, 18 Jul 2017 11:47:28 +0100 Subject: development/cudnn: Added (CUDA Deep Neural Network library). Signed-off-by: David Spencer --- development/cudnn/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 development/cudnn/README (limited to 'development/cudnn/README') diff --git a/development/cudnn/README b/development/cudnn/README new file mode 100644 index 0000000000000..097b80517b1a4 --- /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 -- cgit v1.2.3