#include <cstdio>
#include <cstdlib>
#include <cuda.h>
#include <quda_internal.h>
Go to the source code of this file.
|
| template<IndexType idxType, typename Int > |
| __device__ __forceinline__ int | quda::neighborIndex (const unsigned int &cb_idx, const int(&shift)[4], const bool(&partitioned)[4], const unsigned int &parity) |
| |
| template<typename FloatN , int N, typename Output , typename Input > |
| __global__ void | quda::shiftColorSpinorFieldKernel (ShiftQuarkArg< Output, Input > arg) |
| |
| template<typename FloatN , int N, typename Output , typename Input > |
| __global__ void | quda::shiftColorSpinorFieldExternalKernel (ShiftQuarkArg< Output, Input > arg) |
| |
| void | quda::shiftColorSpinorField (cudaColorSpinorField &dst, const cudaColorSpinorField &src, const unsigned int parity, const unsigned int dim, const int shift) |
| |