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

Detailed Description

template<unsigned int prp, unsigned int blockLength>
struct smin_block_< prp, blockLength >

Definition at line 310 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, unsigned int blockLength>
typedef boost::mpl::int_<prp> smin_block_< prp, blockLength >::prop

Definition at line 312 of file map_vector_sparse_cuda_kernels.cuh.

Member Function Documentation

◆ is_special()

template<unsigned int prp, unsigned int blockLength>
static bool smin_block_< prp, blockLength >::is_special ( )
inlinestatic

Definition at line 330 of file map_vector_sparse_cuda_kernels.cuh.

◆ red()

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

Definition at line 320 of file map_vector_sparse_cuda_kernels.cuh.

◆ set()

template<unsigned int prp, unsigned int blockLength>
template<typename seg_type , typename output_type >
__device__ static __host__ void smin_block_< prp, blockLength >::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 337 of file map_vector_sparse_cuda_kernels.cuh.


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