Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Types | Static Public Member Functions | List of all members
cutlass::Store< double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 > Struct Template Reference

#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...
 

Member Typedef Documentation

◆ AccessType

template<MemorySpace::Kind Memory_, int kStride>
typedef Vectorize<double, 2>::Type cutlass::Store< double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 >::AccessType

Member Function Documentation

◆ store()

template<MemorySpace::Kind Memory_, int kStride>
static CUTLASS_HOST_DEVICE void cutlass::Store< double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 >::store ( AccessType const &  src,
double *  pointer,
int  offset 
)
inlinestatic

The documentation for this struct was generated from the following file: