|
template<typename Float , int length, int dim, typename Arg > |
__device__ __host__ void | quda::extractor (Arg &arg, int dir, int a, int b, int c, int d, int g, int parity) |
|
template<typename Float , int length, int dim, typename Arg > |
__device__ __host__ void | quda::injector (Arg &arg, int dir, int a, int b, int c, int d, int g, int parity) |
|
template<typename Float , int length, int nDim, int dim, typename Order , bool extract> |
void | quda::extractGhostEx (ExtractGhostExArg< Order, nDim, dim > arg) |
|
template<typename Float , int length, int nDim, int dim, typename Order , bool extract> |
__global__ void | quda::extractGhostExKernel (ExtractGhostExArg< Order, nDim, dim > arg) |
|
template<typename Float , int length, typename Order > |
void | quda::extractGhostEx (Order order, const int dim, const int *surfaceCB, const int *E, const int *R, bool extract, const GaugeField &u, QudaFieldLocation location) |
|
template<typename Float > |
void | quda::extractGhostEx (const GaugeField &u, int dim, const int *R, Float **Ghost, bool extract) |
|
void | quda::extractExtendedGaugeGhost (const GaugeField &u, int dim, const int *R, void **ghost, bool extract) |
|