Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <load_store.h>
Public Types | |
typedef Vectorize< double, 2 >::Type | AccessType |
The output type. More... | |
Static Public Member Functions | |
static CUTLASS_HOST_DEVICE void | store (AccessType const &src, double *pointer, int offset) |
The store function. More... | |
typedef Vectorize<double, 2>::Type cutlass::Store< double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 >::AccessType |
|
inlinestatic |