OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
Kokkos::reduction_identity< ParticleBinning::HostArrayReduction< SizeType, IndexType > > Struct Template Reference

Kokkos reduction identity specialization for host-only HostArrayReduction types. More...

#include <ParallelReduceTools.h>

Collaboration diagram for Kokkos::reduction_identity< ParticleBinning::HostArrayReduction< SizeType, IndexType > >:

Static Public Member Functions

static KOKKOS_FORCEINLINE_FUNCTION ParticleBinning::HostArrayReduction< SizeType, IndexType > sum ()

Detailed Description

template<typename SizeType, typename IndexType>
struct Kokkos::reduction_identity< ParticleBinning::HostArrayReduction< SizeType, IndexType > >

Kokkos reduction identity specialization for host-only HostArrayReduction types.

See also
reduction_identity<ParticleBinning::ArrayReduction> for detailed explanation of reduction identities.

Definition at line 359 of file ParallelReduceTools.h.

Member Function Documentation

◆ sum()

template<typename SizeType, typename IndexType>
KOKKOS_FORCEINLINE_FUNCTION ParticleBinning::HostArrayReduction< SizeType, IndexType > Kokkos::reduction_identity< ParticleBinning::HostArrayReduction< SizeType, IndexType > >::sum ( )
inlinestatic

Definition at line 360 of file ParallelReduceTools.h.


The documentation for this struct was generated from the following file: