From 4d0d2fcdd0ff8bf0d6f0fad05b7c16b9a23f4dc2 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 1 May 2023 09:22:18 -0400 Subject: [PATCH] Update documentation about CUDA requirements --- doc/external-libs/cuda.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/external-libs/cuda.html b/doc/external-libs/cuda.html index 36cd7f766b..5d1c9582ef 100644 --- a/doc/external-libs/cuda.html +++ b/doc/external-libs/cuda.html @@ -20,10 +20,9 @@ you need special hardware and compiler to enable CUDA. Because the hardware is always evolving, older GPUs do not support all the capabilities of newer ones. In order to use CUDA with deal.II, you will - need your GPU to have compute capability 3.5 or higher. Independently + need your GPU to have compute capability 6.0 or higher. Independently from the GPU itself, you also need a version of CUDA recent enough. - deal.II supports CUDA 10.2 and higher. Finally to be able to configure - deal.II, you will need CMake 3.9 or higher. + deal.II supports CUDA 10.2 and higher.

-- 2.39.5