Statically determine log2(N), rounded up. More...
Statically determine log2(N), rounded up.
For example: Log2<8>::VALUE // 3 Log2<3>::VALUE // 2
Definition at line 132 of file util_type.cuh.
Public Types | |
enum | { VALUE = Log2<N, (CURRENT_VAL >> 1), COUNT + 1>::VALUE } |
Static logarithm value. More... | |
Static logarithm value.
Definition at line 135 of file util_type.cuh.