QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
copy_gauge_double.cu
Go to the documentation of this file.
1 #include "copy_gauge_inc.cu"
2 namespace quda {
3 
4  // this is the function that is actually called, from here on down we instantiate all required templates
5  void copyGenericGaugeDoubleOut(GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In,
6  void **ghostOut, void **ghostIn, int type)
7  {
8  copyGenericGauge<double>(out, in, location, Out, In, ghostOut, ghostIn, type);
9  }
10 
11 } // namespace quda
cpuColorSpinorField * in
enum QudaFieldLocation_s QudaFieldLocation
cpuColorSpinorField * out
void copyGenericGaugeDoubleOut(GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In, void **ghostOut, void **ghostIn, int type)