Table of Contents

Software – CUDA

We have several versions of CUDA and a single version of libcudnn on our GPU Systems.

CUDA (Latest)

This will always be the latest supported version on the system.

source /opt/cuda-latest/enable

CUDA 12.1

source /opt/cuda-12.1/enable

CUDA 11.7

source /opt/cuda-11.7/enable

CUDA 11.6

source /opt/cuda-11.6/enable

CUDA 11.3

source /opt/cuda-11.3/enable

LIBCUDNN

This is a library is required for some packages, it should be compatible with all CUDA 11 versions. By using libcudnn you accept the cuDNN License and NVIDIA Ethical AI.

source /opt/libcudnn-11/enable

If you require any other version of CUDA or LIBCUDNN then please get in touch.