Definition at line 75 of file warp_scan_shfl.cuh.
Public Types | |
enum | { IS_SMALL_UNSIGNED = (Traits<S>::CATEGORY == UNSIGNED_INTEGER) && (sizeof(S) <= sizeof(unsigned int)) } |
Enumerator | |
---|---|
IS_SMALL_UNSIGNED | Whether the data type is a small (32b or less) integer for which we can use a single SFHL instruction per exchange. |
Definition at line 77 of file warp_scan_shfl.cuh.