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, 1 > > Struct Template Reference

#include <memory.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 121 of file memory.h.

Member Function Documentation

◆ impl() [1/2]

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

Definition at line 122 of file memory.h.

◆ impl() [2/2]

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

Definition at line 127 of file memory.h.


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