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

#include <fallback.h>

Public Types

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

Static Public Member Functions

static __device__ void impl (const array< U, s > &data, U *dest)
 
static __device__ void impl (const array< U, s > &data, const T *dest)
 

Detailed Description

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

Definition at line 87 of file fallback.h.

Member Typedef Documentation

◆ U

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

Definition at line 88 of file fallback.h.

Member Function Documentation

◆ impl() [1/2]

template<int s, typename T >
static __device__ void trove::detail::divergent_storer< s, T >::impl ( const array< U, s > &  data,
const T *  dest 
)
inlinestatic

Definition at line 95 of file fallback.h.

◆ impl() [2/2]

template<int s, typename T >
static __device__ void trove::detail::divergent_storer< s, T >::impl ( const array< U, s > &  data,
U dest 
)
inlinestatic

Definition at line 90 of file fallback.h.


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