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

#include <aos.h>

Public Types

typedef detail::dismember_type< T >::type U
 

Static Public Member Functions

static __device__ array< U, 1 > impl (const T *src, int div, int mod)
 

Detailed Description

template<typename T>
struct trove::detail::indexed_load< 1, T >

Definition at line 160 of file aos.h.

Member Typedef Documentation

◆ U

template<typename T >
typedef detail::dismember_type<T>::type trove::detail::indexed_load< 1, T >::U

Definition at line 161 of file aos.h.

Member Function Documentation

◆ impl()

template<typename T >
static __device__ array<U, 1> trove::detail::indexed_load< 1, T >::impl ( const T *  src,
int  div,
int  mod 
)
inlinestatic

Definition at line 163 of file aos.h.


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