|
QUDA
0.9.0
|
#include <gauge_field_order.h>


Public Types | |
| typedef mapper< Float >::type | RegType |
Public Types inherited from quda::gauge::LegacyOrder< Float, length > | |
| typedef mapper< Float >::type | RegType |
Public Member Functions | |
| QDPOrder (const GaugeField &u, Float *gauge_=0, Float **ghost_=0) | |
| QDPOrder (const QDPOrder &order) | |
| virtual | ~QDPOrder () |
| __device__ __host__ void | load (RegType v[length], int x, int dir, int parity) const |
| __device__ __host__ void | save (const RegType v[length], int x, int dir, int parity) |
| __device__ __host__ gauge_wrapper< Float, QDPOrder< Float, length > > | operator() (int dim, int x_cb, int parity) |
| This accessor routine returns a gauge_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_wrapper< Float, QDPOrder< Float, length > > | operator() (int dim, int x_cb, int parity) const |
| This accessor routine returns a const gauge_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations. More... | |
| size_t | Bytes () const |
Public Member Functions inherited from quda::gauge::LegacyOrder< Float, length > | |
| LegacyOrder (const GaugeField &u, Float **ghost_) | |
| LegacyOrder (const LegacyOrder &order) | |
| virtual | ~LegacyOrder () |
| __device__ __host__ void | loadGhost (RegType v[length], int x, int dir, int parity) const |
| __device__ __host__ void | saveGhost (const RegType v[length], int x, int dir, int parity) |
| __device__ __host__ void | loadGhostEx (RegType v[length], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) const |
| __device__ __host__ void | saveGhostEx (const RegType v[length], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) |
Public Attributes | |
| Float * | gauge [QUDA_MAX_DIM] |
| const int | volumeCB |
Public Attributes inherited from quda::gauge::LegacyOrder< Float, length > | |
| Float * | ghost [QUDA_MAX_DIM] |
| int | faceVolumeCB [QUDA_MAX_DIM] |
| const int | volumeCB |
| const int | stride |
| const int | geometry |
| const int | hasPhase |
struct to define QDP ordered gauge fields: [[dim]] [[parity][volumecb][row][col]]
Definition at line 1365 of file gauge_field_order.h.
| typedef mapper<Float>::type quda::gauge::QDPOrder< Float, length >::RegType |
Definition at line 1366 of file gauge_field_order.h.
|
inline |
Definition at line 1369 of file gauge_field_order.h.
References quda::gauge::QDPOrder< Float, length >::gauge, quda::GaugeField::Gauge_p(), and fused_exterior_ndeg_tm_dslash_cuda_gen::i.

|
inline |
Definition at line 1372 of file gauge_field_order.h.
References quda::gauge::QDPOrder< Float, length >::gauge, and fused_exterior_ndeg_tm_dslash_cuda_gen::i.
|
inlinevirtual |
Definition at line 1375 of file gauge_field_order.h.
|
inline |
Definition at line 1435 of file gauge_field_order.h.
References length.
|
inline |
Definition at line 1377 of file gauge_field_order.h.
References quda::gauge::QDPOrder< Float, length >::gauge, fused_exterior_ndeg_tm_dslash_cuda_gen::i, length, parity, quda::gauge::QDPOrder< Float, length >::volumeCB, and x.
|
inline |
This accessor routine returns a gauge_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] | x_cb | Checkerboarded space-time index we are requesting |
| [in] | parity | Parity we are requesting |
Definition at line 1415 of file gauge_field_order.h.
|
inline |
This accessor routine returns a const gauge_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] | x_cb | Checkerboarded space-time index we are requesting |
| [in] | parity | Parity we are requesting |
Definition at line 1430 of file gauge_field_order.h.
|
inline |
Definition at line 1390 of file gauge_field_order.h.
References quda::gauge::QDPOrder< Float, length >::gauge, fused_exterior_ndeg_tm_dslash_cuda_gen::i, length, parity, quda::gauge::QDPOrder< Float, length >::volumeCB, and x.
| Float* quda::gauge::QDPOrder< Float, length >::gauge[QUDA_MAX_DIM] |
Definition at line 1367 of file gauge_field_order.h.
Referenced by quda::gauge::QDPOrder< Float, length >::load(), quda::gauge::QDPOrder< Float, length >::QDPOrder(), and quda::gauge::QDPOrder< Float, length >::save().
| const int quda::gauge::QDPOrder< Float, length >::volumeCB |
Definition at line 1368 of file gauge_field_order.h.
Referenced by quda::gauge::QDPOrder< Float, length >::load(), and quda::gauge::QDPOrder< Float, length >::save().
1.8.14