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

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

Detailed Description

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

Helper structure for templated store iteration (inductive case)

Definition at line 125 of file thread_store.cuh.

Static Public Member Functions

template<CacheStoreModifier MODIFIER, typename T >
static __device__ __forceinline__ void Store (T *ptr, T *vals)
 
template<typename OutputIteratorT , typename T >
static __device__ __forceinline__ void Dereference (OutputIteratorT ptr, T *vals)
 

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