|
| template<typename Float , int nDim, int nColor, int nParity, bool dagger, KernelType kernel_type, typename Arg , typename Vector > |
| __device__ __host__ void | quda::applyWilson (Vector &out, Arg &arg, int coord[nDim], int x_cb, int s, int parity, int idx, int thread_dim, bool &active) |
| | Applies the off-diagonal part of the Wilson operator. More...
|
| |
| template<typename Float , int nDim, int nColor, int nParity, bool dagger, bool xpay, KernelType kernel_type, typename Arg > |
| __device__ __host__ void | quda::wilson (Arg &arg, int idx, int s, int parity) |
| |
| template<typename Float , int nDim, int nColor, int nParity, bool dagger, bool xpay, KernelType kernel_type, typename Arg > |
| void | quda::wilsonCPU (Arg arg) |
| |
| template<typename Float , int nDim, int nColor, int nParity, bool dagger, bool xpay, KernelType kernel_type, typename Arg > |
| __global__ void | quda::wilsonGPU (Arg arg) |
| |