Go to the source code of this file.
|
| template<typename Float , int Ns, int Ms, int Nc, int Mc, int nDim, typename Arg > |
| __device__ __host__ void | quda::packGhost (Arg &arg, int cb_idx, int parity, int spinor_parity, int spin_block, int color_block) |
| |
| template<typename Float , int Ns, int Ms, int Nc, int Mc, int nDim, typename Arg > |
| void | quda::GenericPackGhost (Arg &arg) |
| |
| template<typename Float , int Ns, int Ms, int Nc, int Mc, int nDim, typename Arg > |
| __global__ void | quda::GenericPackGhostKernel (Arg arg) |
| |
| void | quda::genericPackGhost (void **ghost, const ColorSpinorField &a, QudaParity parity, int nFace, int dagger, MemoryLocation *destination=nullptr) |
| | Generic ghost packing routine. More...
|
| |