From f97f92d50ee944486762b143a1734c5989c39c47 Mon Sep 17 00:00:00 2001 From: Thomas Padioleau Date: Fri, 7 Mar 2025 18:26:29 +0100 Subject: [PATCH] Update comment --- include/ddc/kokkos_allocator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ddc/kokkos_allocator.hpp b/include/ddc/kokkos_allocator.hpp index cd6701c9a..3cd4d0d68 100644 --- a/include/ddc/kokkos_allocator.hpp +++ b/include/ddc/kokkos_allocator.hpp @@ -15,7 +15,7 @@ namespace ddc { template class KokkosAllocator { - // Kokkos natively supports alignment for any scalar type that can be represented by the type `std::max_align_t` + // Kokkos natively supports alignment for any scalar type and `Kokkos::complex` static_assert( alignof(T) <= std::max(alignof(std::max_align_t), alignof(Kokkos::complex)),