Go to the source code of this file.
|
template<typename Float , int nDim, int nColor, int nParity, bool dagger, KernelType kernel_type, typename Arg > |
__device__ __host__ void | quda::wilsonClover (Arg &arg, int idx, int parity) |
| Apply the Wilson-clover dslash out(x) = M*in = A(x)*x(x) + D * in(x-mu) Note this routine only exists in xpay form. More...
|
|
template<typename Float , int nDim, int nColor, int nParity, bool dagger, bool xpay, KernelType kernel_type, typename Arg > |
void | quda::wilsonCloverCPU (Arg arg) |
|
template<typename Float , int nDim, int nColor, int nParity, bool dagger, bool xpay, KernelType kernel_type, typename Arg > |
__global__ void | quda::wilsonCloverGPU (Arg arg) |
|