Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Traits describing properties of vectors and scalar-as-vectors.
#include <vector.h>
Public Types | |
typedef T | Scalar |
Scalar type. More... | |
typedef Vector< T, 1 > | Vector |
Type that is always a vector. More... | |
Static Public Attributes | |
static int const | kLanes = 1 |
Number of lanes of vector. More... | |
static bool const | IsVector = false |
True if the type is actually a cutlass::Vector, otherwise false. More... | |
typedef T cutlass::VectorTraits< T >::Scalar |
typedef Vector<T, 1> cutlass::VectorTraits< T >::Vector |
|
static |
|
static |