QUDA
v1.1.0
A library for QCD on GPUs
|
The LegacyOrder defines the ghost zone storage and ordering for all cpuGaugeFields, which use the same ghost zone storage. More...
#include <gauge_field_order.h>
Public Types | |
using | Accessor = LegacyOrder< Float, length > |
using | real = typename mapper< Float >::type |
using | complex = complex< real > |
Public Member Functions | |
LegacyOrder (const GaugeField &u, Float **ghost_) | |
LegacyOrder (const LegacyOrder &order) | |
__device__ __host__ void | loadGhost (complex v[length/2], int x, int dir, int parity, real phase=1.0) const |
__device__ __host__ void | saveGhost (const complex v[length/2], int x, int dir, int parity) |
__device__ __host__ gauge_ghost_wrapper< real, Accessor > | Ghost (int dim, int ghost_idx, int parity, real phase=1.0) |
This accessor routine returns a gauge_ghost_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations. More... | |
__device__ __host__ const gauge_ghost_wrapper< real, Accessor > | Ghost (int dim, int ghost_idx, int parity, real phase=1.0) const |
This accessor routine returns a const gauge_ghost_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations. More... | |
__device__ __host__ void | loadGhostEx (complex v[length/2], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) const |
__device__ __host__ void | saveGhostEx (const complex v[length/2], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) |
Public Attributes | |
Float * | ghost [QUDA_MAX_DIM] |
int | faceVolumeCB [QUDA_MAX_DIM] |
const int | volumeCB |
const int | stride |
const int | geometry |
const int | hasPhase |
The LegacyOrder defines the ghost zone storage and ordering for all cpuGaugeFields, which use the same ghost zone storage.
Definition at line 2176 of file gauge_field_order.h.
using quda::gauge::LegacyOrder< Float, length >::Accessor = LegacyOrder<Float, length> |
Definition at line 2177 of file gauge_field_order.h.
using quda::gauge::LegacyOrder< Float, length >::complex = complex<real> |
Definition at line 2179 of file gauge_field_order.h.
using quda::gauge::LegacyOrder< Float, length >::real = typename mapper<Float>::type |
Definition at line 2178 of file gauge_field_order.h.
|
inline |
Definition at line 2187 of file gauge_field_order.h.
|
inline |
Definition at line 2202 of file gauge_field_order.h.
|
inline |
This accessor routine returns a gauge_ghost_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations.
[in] | dir | Which dimension are we requesting |
[in] | ghost_idx | Ghost index we are requesting |
[in] | parity | Parity we are requesting |
Definition at line 2256 of file gauge_field_order.h.
|
inline |
This accessor routine returns a const gauge_ghost_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations.
[in] | dir | Which dimension are we requesting |
[in] | ghost_idx | Ghost index we are requesting |
[in] | parity | Parity we are requesting |
Definition at line 2272 of file gauge_field_order.h.
|
inline |
Definition at line 2214 of file gauge_field_order.h.
|
inline |
Definition at line 2278 of file gauge_field_order.h.
|
inline |
Definition at line 2226 of file gauge_field_order.h.
|
inline |
Definition at line 2291 of file gauge_field_order.h.
int quda::gauge::LegacyOrder< Float, length >::faceVolumeCB[QUDA_MAX_DIM] |
Definition at line 2181 of file gauge_field_order.h.
const int quda::gauge::LegacyOrder< Float, length >::geometry |
Definition at line 2184 of file gauge_field_order.h.
Float* quda::gauge::LegacyOrder< Float, length >::ghost[QUDA_MAX_DIM] |
Definition at line 2180 of file gauge_field_order.h.
const int quda::gauge::LegacyOrder< Float, length >::hasPhase |
Definition at line 2185 of file gauge_field_order.h.
const int quda::gauge::LegacyOrder< Float, length >::stride |
Definition at line 2183 of file gauge_field_order.h.
const int quda::gauge::LegacyOrder< Float, length >::volumeCB |
Definition at line 2182 of file gauge_field_order.h.