|
template<typename Float , int Nc, typename Vector , typename Arg > |
__device__ __host__ void | quda::computeNeighborSum (Vector &out, Arg &arg, int x_cb, int parity) |
|
template<typename Float , int Ns, int Nc, typename Arg > |
__device__ __host__ void | quda::computeWupperalStep (Arg &arg, int x_cb, int parity) |
|
template<typename Float , int Ns, int Nc, typename Arg > |
void | quda::wuppertalStepCPU (Arg arg) |
|
template<typename Float , int Ns, int Nc, typename Arg > |
__global__ void | quda::wuppertalStepGPU (Arg arg) |
|
void | quda::wuppertalStep (ColorSpinorField &out, const ColorSpinorField &in, int parity, const GaugeField &U, double A, double B) |
|
void | quda::wuppertalStep (ColorSpinorField &out, const ColorSpinorField &in, int parity, const GaugeField &U, double alpha) |
|