#include <load_store.h>
|
static CUTLASS_DEVICE void | load (AccessType &dst, Scalar_ const *pointer, int offset) |
| The load function. More...
|
|
◆ AccessType
template<typename Scalar_ , int Lanes_, MemorySpace::Kind Memory_, bool = (Lanes_ > 1), size_t = (sizeof(Scalar_) * Lanes_)>
◆ load()
template<typename Scalar_ , int Lanes_, MemorySpace::Kind Memory_, bool = (Lanes_ > 1), size_t = (sizeof(Scalar_) * Lanes_)>
static CUTLASS_DEVICE void cutlass::Load< Scalar_, Lanes_, Memory_, bool, size_t >::load |
( |
AccessType & |
dst, |
|
|
Scalar_ const * |
pointer, |
|
|
int |
offset |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: