From: Daniel Arndt Date: Wed, 2 Apr 2025 13:17:40 +0000 (-0400) Subject: Elaborate on the compiler requirements for Kokkos+Cuda X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c60f32e47350341864c33ab0f0be0105dcf6db;p=dealii.git Elaborate on the compiler requirements for Kokkos+Cuda --- diff --git a/doc/external-libs/cuda.html b/doc/external-libs/cuda.html index 4bdede8462..38f8b4f7ac 100644 --- a/doc/external-libs/cuda.html +++ b/doc/external-libs/cuda.html @@ -15,6 +15,10 @@

To compile and run CUDA code, you need to use an external Kokkos installation that has been configured with CUDA support. + Note that deal.II requires a compiler that is compatible with the + backends enabled in Kokkos. In particular, you need to use Kokkos' + nvcc_wrapper or clang++ when enabling the + Cuda backend.