Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Mar 7, 2025
1 parent 099f6db commit f97f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ddc/kokkos_allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ddc {
template <class T, class MemorySpace>
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<T>`
static_assert(
alignof(T)
<= std::max(alignof(std::max_align_t), alignof(Kokkos::complex<long double>)),
Expand Down

0 comments on commit f97f92d

Please sign in to comment.