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

#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 store (AccessType const &src, Scalar_ *pointer, int offset)
 The store function. More...
 

Member Typedef Documentation

◆ AccessType

template<typename Scalar_ , int kAccessSize, MemorySpace::Kind Memory_, int kStride>
typedef Vectorize<Scalar_, kAccessSize>::Type cutlass::Store< Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 8 >::AccessType

Member Function Documentation

◆ store()

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

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