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