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

#include <aos.h>

Public Types

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 143 of file aos.h.

Member Typedef Documentation

◆ U

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

Definition at line 144 of file aos.h.

Member Function Documentation

◆ impl()

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

Definition at line 146 of file aos.h.


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