README 539 B

1234567891011121314
  1. The NVIDIA CUDA Deep Neural Network library (cuDNN) is a
  2. GPU-accelerated library of primitives for deep neural networks. cuDNN
  3. provides highly tuned implementations for standard routines such
  4. as forward and backward convolution, pooling, normalization, and
  5. activation layers. cuDNN is part of the NVIDIA Deep Learning SDK.
  6. You will need to register for NVIDIA developer account to download the
  7. source.
  8. Make sure you create the CUDA_HOME environment variable and add it to
  9. your ~/.bashrc. The default should be
  10. CUDA_HOME=/usr/share/cuda