Helper structure for templated store iteration (inductive case)
More...
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.
|
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: