Template Struct Uninitialized

Struct Documentation

template<typename T>
struct hipcub::Uninitialized

A storage-backing wrapper that allows types with non-trivial constructors to be aliased in unions.

Public Types

enum [anonymous]

Values:

enumerator WORDS
typedef UnitWord<T>::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 T &Alias()

Alias.

Public Members

DeviceWord storage[WORDS]

Backing storage.