From 381fcbc0715c6f4e17347cd9557a8c2839930787 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 9 Aug 2023 09:25:37 -0400 Subject: [PATCH] Update comment Co-authored-by: Marc Fehling --- include/deal.II/base/numbers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5