QUDA
v0.7.0
A library for QCD on GPUs
|
#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 |
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.
typedef mapper<Float>::type quda::Reconstruct< 19, Float >::RegType |
Definition at line 76 of file gauge_field_order.h.
|
inline |
Definition at line 78 of file gauge_field_order.h.
|
inline |
Definition at line 88 of file gauge_field_order.h.
|
inline |
Definition at line 80 of file gauge_field_order.h.
|
inline |
Definition at line 83 of file gauge_field_order.h.
RegType quda::Reconstruct< 19, Float >::scale |
Definition at line 77 of file gauge_field_order.h.