Struct block_raking_layout::TempStorage¶
Defined in File block_raking_layout.hpp
Nested Relationships¶
This struct is a nested type of Template Struct block_raking_layout.
Inheritance Relationships¶
Base Type¶
public hipcub::Uninitialized< _TempStorage >(Template Struct Uninitialized)
Struct Documentation¶
-
struct hipcub::block_raking_layout::TempStorage : public hipcub::Uninitialized<_TempStorage>¶
Alias wrapper allowing storage to be unioned.
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.
-
enum [anonymous]¶