Go to the source code of this file.
|
template<typename sFloatOut , typename sFloatIn , int Nc, typename InOrder > |
void | quda::copyGaugeMG (const InOrder &inOrder, GaugeField &out, const GaugeField &in, QudaFieldLocation location, sFloatOut *Out, sFloatOut **outGhost, int type) |
|
template<typename sFloatOut , typename sFloatIn , int Nc> |
void | quda::copyGaugeMG (GaugeField &out, const GaugeField &in, QudaFieldLocation location, sFloatOut *Out, sFloatIn *In, sFloatOut **outGhost, sFloatIn **inGhost, int type) |
|
template<typename FloatOut , typename FloatIn > |
void | quda::copyGaugeMG (GaugeField &out, const GaugeField &in, QudaFieldLocation location, FloatOut *Out, FloatIn *In, FloatOut **outGhost, FloatIn **inGhost, int type) |
|
void | quda::copyGenericGaugeMG (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In, void **ghostOut, void **ghostIn, int type) |
|
◆ FINE_GRAINED_ACCESS
#define FINE_GRAINED_ACCESS |