Template Class WarpStore

Nested Relationships

Nested Types

Class Documentation

template<class T, int ITEMS_PER_THREAD, WarpStoreAlgorithm ALGORITHM = WARP_STORE_DIRECT, int LOGICAL_WARP_THREADS = HIPCUB_DEVICE_WARP_THREADS, int ARCH = HIPCUB_ARCH>
class hipcub::WarpStore

Public Functions

__device__ __forceinline__ inline WarpStore()
__device__ __forceinline__ inline WarpStore(TempStorage &temp_storage)
template<typename OutputIteratorT>
__device__ __forceinline__ inline void Store(OutputIteratorT block_itr, T (&items)[ITEMS_PER_THREAD])
template<typename OutputIteratorT>
__device__ __forceinline__ inline void Store(OutputIteratorT block_itr, T (&items)[ITEMS_PER_THREAD], int valid_items)
template<typename OutputIteratorT, typename DefaultT>
__device__ __forceinline__ inline void Store(OutputIteratorT block_itr, T (&items)[ITEMS_PER_THREAD], int valid_items, DefaultT oob_default)
struct TempStorage : public hipcub::Uninitialized<_TempStorage>

Public Types

enum [anonymous]

Values:

typedef UnitWord<_TempStorage>::DeviceWord DeviceWord

Biggest memory-access word that T is a whole multiple of and is not larger than the alignment of T.

Public Functions

__host__ __device__ __forceinline__ inline _TempStorage &Alias()

Alias.

Public Members

DeviceWord storage[WORDS]

Backing storage.