From: Bruno Turcksin Date: Wed, 9 Aug 2023 13:25:37 +0000 (-0400) Subject: Update comment X-Git-Tag: relicensing~603^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15862%2Fhead;p=dealii.git Update comment Co-authored-by: Marc Fehling --- diff --git a/include/deal.II/base/numbers.h b/include/deal.II/base/numbers.h index a516fcaead..360b7cda76 100644 --- a/include/deal.II/base/numbers.h +++ b/include/deal.II/base/numbers.h @@ -37,7 +37,7 @@ #define DEAL_II_HOST_DEVICE_ALWAYS_INLINE KOKKOS_FORCEINLINE_FUNCTION // clang++ assumes that all constexpr functions are __host__ __device__ when -// when Kokkos was configured with CUDA or HIP support. This is problematic +// Kokkos was configured with CUDA or HIP support. This is problematic // when calling non-constexpr functions in constexpr functions. Hence, we // need a way to annotate functions explicitly as host-only. #if (defined(__clang__) && defined(__CUDA__)) || defined(KOKKOS_ENABLE_HIP)