Definition at line 357 of file util_type.cuh.
Public Types | |
enum | { UNIT_ALIGN_BYTES = AlignBytes<Unit>::ALIGN_BYTES , IS_MULTIPLE = (sizeof(T) % sizeof(Unit) == 0) && (ALIGN_BYTES % UNIT_ALIGN_BYTES == 0) } |
anonymous enum |
Definition at line 359 of file util_type.cuh.