1 #include "copy_gauge_inc.cu"
5 // this is the function that is actually called, from here on down we instantiate all required templates
6 void copyGenericGaugeQuarterIn(GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out,
7 void *In, void **ghostOut, void **ghostIn, int type)
10 copyGenericGauge<int8_t>(out, in, location, Out, In, ghostOut, ghostIn, type);
12 errorQuda("QUDA_PRECISION=%d does not enable quarter precision", QUDA_PRECISION);