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