From: Daniel Arndt Date: Mon, 5 Nov 2018 21:55:17 +0000 (+0100) Subject: Update CUDA information in the documentation for external libraries X-Git-Tag: v9.1.0-rc1~573^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c257a20707d80671a3a73bb16d0b1b413f05ac;p=dealii.git Update CUDA information in the documentation for external libraries --- diff --git a/doc/external-libs/cuda.html b/doc/external-libs/cuda.html index efd923065c..8ba33ae33a 100644 --- a/doc/external-libs/cuda.html +++ b/doc/external-libs/cuda.html @@ -37,6 +37,8 @@ -DDEAL_II_WITH_CXX14=OFF + If you are using CUDA 9 or CUDA 10, you will need to turn off support for + C++17 similarly. By default, we assume that your GPU has compute capability 3.5 but you can easily set your own CUDA flags:
@@ -45,10 +47,12 @@
       
-DDEAL_II_CUDA_FLAGS_DEBUG and -DDEAL_II_CUDA_FLAGS_RELEASE are also available if you want - a finer control on the CUDA flags. Finally, the CUDA compiler and the + a finer control on the CUDA flags. The CUDA compiler and the CUDA toolkit root directory can be set using -DDEAL_II_CUDA_COMPILER and -DDEAL_II_CUDA_TOOLKIT_ROOT_DIR. + Finally, the CUDA host compiler is the same as the C++ compiler + by default, but can be changed using CUDA flags as well.