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