From 0b351162c53183197d99dcd6720bf65c560779b0 Mon Sep 17 00:00:00 2001 From: Alexander Grund <alexander.grund@tu-dresden.de> Date: Fri, 5 Apr 2024 14:12:26 +0200 Subject: [PATCH] Fix line length --- doc.zih.tu-dresden.de/docs/software/gpu_programming.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/gpu_programming.md b/doc.zih.tu-dresden.de/docs/software/gpu_programming.md index bcb6b3e9e..5be8c7d6a 100644 --- a/doc.zih.tu-dresden.de/docs/software/gpu_programming.md +++ b/doc.zih.tu-dresden.de/docs/software/gpu_programming.md @@ -12,7 +12,8 @@ E.g. the available CUDA versions can be listed with marie@compute$ module spider CUDA ``` -Note that some modules use a specific CUDA version which is visible in the module name, e.g. `GDRCopy/2.1-CUDA-11.1.1` or `Horovod/0.28.1-CUDA-11.7.0-TensorFlow-2.11.0`. +Note that some modules use a specific CUDA version which is visible in the module name, +e.g. `GDRCopy/2.1-CUDA-11.1.1` or `Horovod/0.28.1-CUDA-11.7.0-TensorFlow-2.11.0`. This especially applies to the optimized CUDA libraries like `cuDNN`, `NCCL` and `magma`. -- GitLab