Structure alignment. More...
Structure alignment.
Definition at line 290 of file util_type.cuh.
Data Structures | |
struct | Pad |
Public Types | |
enum | { ALIGN_BYTES = sizeof(Pad) - sizeof(T) } |
typedef T | Type |
The "truly aligned" type. | |
typedef T cub::AlignBytes< T >::Type |
The "truly aligned" type.
Definition at line 305 of file util_type.cuh.
anonymous enum |
Enumerator | |
---|---|
ALIGN_BYTES | The "true CUDA" alignment of T in bytes. |
Definition at line 298 of file util_type.cuh.