Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <fragment_load_store.h>
Public Types | |
typedef Vectorize< Scalar_, kAccessSize >::Type | AccessType |
The input type. More... | |
Static Public Member Functions | |
static CUTLASS_DEVICE void | store (AccessType const &value, Scalar_ *pointer, int offset) |
The store function. More... | |
typedef Vectorize<Scalar_, kAccessSize>::Type cutlass::FragmentStore< IteratorFragment::kScalar, kAccessSize, Scalar_, Memory_, FragmentElement_, kStride >::AccessType |
|
inlinestatic |