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

Partial specialization for 16b loads.

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

Member Typedef Documentation

◆ AccessType

template<typename Scalar_ , int kAccessSize, MemorySpace::Kind Memory_>
typedef Vectorize<Scalar_, kAccessSize>::Type cutlass::Load< Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, 1, 2 >::AccessType

Member Function Documentation

◆ load()

template<typename Scalar_ , int kAccessSize, MemorySpace::Kind Memory_>
static CUTLASS_HOST_DEVICE void cutlass::Load< Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, 1, 2 >::load ( AccessType dst,
Scalar_ const *  pointer,
int  offset 
)
inlinestatic

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