QUDA  v1.1.0
A library for QCD on GPUs
Static Public Member Functions | List of all members
trove::detail::warp_load_array< array< T, s > > Struct Template Reference

#include <memory.h>

Static Public Member Functions

__host__ static __device__ array< T, s > impl (const T *ptr, int offset, int stride=32)
 
__host__ static __device__ array< T, s > impl (const volatile T *ptr, int offset, int stride=32)
 

Detailed Description

template<typename T, int s>
struct trove::detail::warp_load_array< array< T, s > >

Definition at line 105 of file memory.h.

Member Function Documentation

◆ impl() [1/2]

template<typename T , int s>
__host__ static __device__ array<T, s> trove::detail::warp_load_array< array< T, s > >::impl ( const T *  ptr,
int  offset,
int  stride = 32 
)
inlinestatic

Definition at line 106 of file memory.h.

◆ impl() [2/2]

template<typename T , int s>
__host__ static __device__ array<T, s> trove::detail::warp_load_array< array< T, s > >::impl ( const volatile T *  ptr,
int  offset,
int  stride = 32 
)
inlinestatic

Definition at line 112 of file memory.h.


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