From 41c60f32e47350341864c33ab0f0be0105dcf6db Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 2 Apr 2025 09:17:40 -0400 Subject: [PATCH] Elaborate on the compiler requirements for Kokkos+Cuda --- doc/external-libs/cuda.html | 4 ++++ 1 file changed, 4 insertions(+) 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.

-- 2.39.5