From 9b1f30935afa011a2aec2badf03d49eb8ba2d31b Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 12 Oct 2020 21:00:29 -0400 Subject: development/cudnn: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/cudnn/README | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'development/cudnn') diff --git a/development/cudnn/README b/development/cudnn/README index 097b80517b..d49d4ed0b1 100644 --- a/development/cudnn/README +++ b/development/cudnn/README @@ -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 -- cgit v1.2.3