Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Partial specialization for actual cutlass::Vector.
#include <vector.h>
Public Types | |
typedef T | Scalar |
Scalar type. More... | |
typedef Vector< T, Lanes > | Vector |
Type that is always a Vector. More... | |
Static Public Attributes | |
static int const | kLanes = Lanes |
Number of lanes of vector. More... | |
static bool const | IsVector = true |
Type is actually a cutlass::Vector. More... | |
typedef T cutlass::VectorTraits< Vector< T, Lanes > >::Scalar |
typedef Vector<T, Lanes> cutlass::VectorTraits< Vector< T, Lanes > >::Vector |
|
static |
|
static |