OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::IterateThreadLoad< COUNT, MAX > Struct Template Reference

Helper structure for templated load iteration (inductive case) More...

Detailed Description

template<int COUNT, int MAX>
struct cub::IterateThreadLoad< COUNT, MAX >

Helper structure for templated load iteration (inductive case)

Definition at line 121 of file thread_load.cuh.

Static Public Member Functions

template<CacheLoadModifier MODIFIER, typename T >
static __device__ __forceinline__ void Load (T const *ptr, T *vals)
 
template<typename InputIteratorT , typename T >
static __device__ __forceinline__ void Dereference (InputIteratorT itr, T *vals)
 

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