From: Daniel Arndt Date: Mon, 1 May 2023 13:22:18 +0000 (-0400) Subject: Update documentation about CUDA requirements X-Git-Tag: v9.5.0-rc1~272^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15161%2Fhead;p=dealii.git Update documentation about CUDA requirements --- 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.