OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
smax_< prp > Struct Template Reference

Detailed Description

template<unsigned int prp>
struct smax_< prp >

Definition at line 191 of file map_vector_sparse_cuda_kernels.cuh.

Public Types

typedef boost::mpl::int_< prp > prop
 

Static Public Member Functions

template<typename red_type >
__device__ static __host__ red_type red (red_type &r1, red_type &r2)
 
static bool is_special ()
 
template<typename seg_type , typename output_type >
__device__ static __host__ void set (seg_type seg_next, seg_type seg_prev, output_type &output, int i)
 is not special reduction so it does not need it
 

Member Typedef Documentation

◆ prop

template<unsigned int prp>
typedef boost::mpl::int_<prp> smax_< prp >::prop

Definition at line 193 of file map_vector_sparse_cuda_kernels.cuh.

Member Function Documentation

◆ is_special()

template<unsigned int prp>
static bool smax_< prp >::is_special ( )
inlinestatic

Definition at line 206 of file map_vector_sparse_cuda_kernels.cuh.

◆ red()

template<unsigned int prp>
template<typename red_type >
__device__ static __host__ red_type smax_< prp >::red ( red_type &  r1,
red_type &  r2 
)
inlinestatic

Definition at line 201 of file map_vector_sparse_cuda_kernels.cuh.

◆ set()

template<unsigned int prp>
template<typename seg_type , typename output_type >
__device__ static __host__ void smax_< prp >::set ( seg_type  seg_next,
seg_type  seg_prev,
output_type &  output,
int  i 
)
inlinestatic

is not special reduction so it does not need it

Definition at line 213 of file map_vector_sparse_cuda_kernels.cuh.


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