CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Main Page
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
cutlass
is_pow2
Static Public Attributes
|
List of all members
cutlass::is_pow2< N > Struct Template Reference
#include <
fast_math.h
>
Static Public Attributes
static bool const
value
= ((N & (N - 1)) == 0)
Detailed Description
template<int N>
struct cutlass::is_pow2< N >
Statically determine if N is a power-of-two
Member Data Documentation
template<int N>
bool const
cutlass::is_pow2
< N >::value = ((N & (N - 1)) == 0)
static
The documentation for this struct was generated from the following file:
fast_math.h
Generated by
1.8.11