cudnn: Library of deep learning/neural network primitives for GPUs
Contents
Overview of package
Package: | cudnn |
---|---|
Description: | Library of deep learning/neural network primitives for GPUs |
For more information: | https://developer.nvidia.com/cuda-zone |
Categories: | |
License: | Free2Use (NVIDIA Software License) |
General usage information
cuDNN is a library of primitives supporting deep learning and neural networks using NVIDIA GPUs.
The following environmental variables have been defined:
- \$CUDNN_ROOT has been set to the root of the cudnn installation
- \$CUDNN_LIBDIR points to the directory containing the libraries
- \$CUDNN_INCDIR points to the directory containing the header files
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
- -I\$CUDNN_INCDIR
- -L\$CUDNN_LIBDIR -Wl,-rpath,\$CUDNN_LIBDIR
Available versions of the package cudnn, by cluster
This section lists the available versions of the package cudnnon the different clusters.
Available versions of cudnn on the Deepthought2 cluster (RHEL8)
Version | Module tags | CPU optimized for | GPU ready? |
---|---|---|---|
7.6.4.38-9.2-linux-x64 | cudnn/7.6.4.38-9.2-linux-x64 | x86_64 | Y |
7.6.5.32-10.2-linux-x64 | cudnn/7.6.5.32-10.2-linux-x64 | ivybridge | Y |
Available versions of cudnn on the Juggernaut cluster
Version | Module tags | CPU optimized for | GPU ready? |
---|---|---|---|
7.6.5.32-10.2-linux-x64 | cudnn/7.6.5.32-10.2-linux-x64 | broadwell | Y |