development/cudnn: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 21:00:29 -04:00 committed by Willy Sudiarto Raharjo
parent ac5aa9671c
commit 9b1f30935a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,13 @@
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.
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.
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
Make sure you create the CUDA_HOME environment variable and add it to
your ~/.bashrc. The default should be
CUDA_HOME=/usr/share/cuda