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

#include <fallback.h>

Public Types

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 50 of file fallback.h.

Member Typedef Documentation

◆ U

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

Definition at line 51 of file fallback.h.

Member Function Documentation

◆ impl() [1/2]

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

Definition at line 57 of file fallback.h.

◆ impl() [2/2]

template<typename T >
static __device__ array<U, 1> trove::detail::divergent_loader< 1, T >::impl ( const U src)
inlinestatic

Definition at line 53 of file fallback.h.


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