QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
quda::Reconstruct< 19, Float > Struct Template Reference

#include <gauge_field_order.h>

Public Types

typedef mapper< Float >::type RegType
 

Public Member Functions

 Reconstruct (const GaugeField &u)
 
__device__ __host__ void Pack (RegType out[18], const RegType in[18], int idx) const
 
__device__ __host__ void Unpack (RegType out[18], const RegType in[18], int idx, int dir, const RegType phase) const
 
__device__ __host__ void getPhase (RegType *phase, const RegType in[18]) const
 

Public Attributes

RegType scale
 

Detailed Description

template<typename Float>
struct quda::Reconstruct< 19, Float >

No reconstruction but we scale the result. This is used for half-precision non-unitary fields, e.g., staggered fat link

Definition at line 75 of file gauge_field_order.h.

Member Typedef Documentation

template<typename Float >
typedef mapper<Float>::type quda::Reconstruct< 19, Float >::RegType

Definition at line 76 of file gauge_field_order.h.

Constructor & Destructor Documentation

template<typename Float >
quda::Reconstruct< 19, Float >::Reconstruct ( const GaugeField u)
inline

Definition at line 78 of file gauge_field_order.h.

Member Function Documentation

template<typename Float >
__device__ __host__ void quda::Reconstruct< 19, Float >::getPhase ( RegType phase,
const RegType  in[18] 
) const
inline

Definition at line 88 of file gauge_field_order.h.

template<typename Float >
__device__ __host__ void quda::Reconstruct< 19, Float >::Pack ( RegType  out[18],
const RegType  in[18],
int  idx 
) const
inline

Definition at line 80 of file gauge_field_order.h.

template<typename Float >
__device__ __host__ void quda::Reconstruct< 19, Float >::Unpack ( RegType  out[18],
const RegType  in[18],
int  idx,
int  dir,
const RegType  phase 
) const
inline

Definition at line 83 of file gauge_field_order.h.

Member Data Documentation

template<typename Float >
RegType quda::Reconstruct< 19, Float >::scale

Definition at line 77 of file gauge_field_order.h.


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