--> Skip to main content

cudnn: Library of deep learning/neural network primitives for GPUs

Contents

  1. Overview of package
  2. Overview of package
    1. General usage
  3. Availability of package by cluster

Overview of package

General information about 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:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

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 Zaratab cluster

Available versions of cudnn on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
7.6.5.32-10.2 cudnn/7.6.5.32-10.2 x86_64, zen Y
8.4.0.27-11.6 cudnn/8.4.0.27-11.6 x86_64, zen2 Y
8.6.0.163-11.8 cudnn/8.6.0.163-11.8 zen2 Y

Available versions of cudnn on the Juggernaut cluster

Available versions of cudnn on the Juggernaut cluster
Version Module tags CPU(s) optimized for GPU ready?
7.6.5.32-10.2 cudnn/7.6.5.32-10.2 skylake_avx512, x86_64, zen, zen2 Y
8.2.0.53-11.3 cudnn/8.2.0.53-11.3 x86_64 Y






Back to Top