|
template<int N, typename FloatN , typename Float2 > |
__global__ void | quda::do_link_format_cpu_to_gpu (FloatN *dst, Float2 *src, int reconstruct, int Vh, int pad, int ghostV, size_t threads) |
|
template<int N, typename FloatN , typename Float2 > |
__global__ void | quda::do_link_format_cpu_to_gpu_milc (FloatN *dst, Float2 *src, int reconstruct, int Vh, int pad, int ghostV, size_t threads) |
|
void | quda::link_format_cpu_to_gpu (void *dst, void *src, int reconstruct, int Vh, int pad, int ghostV, QudaPrecision prec, QudaGaugeFieldOrder cpu_order, cudaStream_t stream) |
|
template<typename FloatN > |
__global__ void | quda::do_link_format_gpu_to_cpu (FloatN *dst, FloatN *src, int Vh, int stride) |
|
void | quda::link_format_gpu_to_cpu (void *dst, void *src, int Vh, int stride, QudaPrecision prec, cudaStream_t stream) |
|
template<int dir, int whichway, typename Float2 > |
__global__ void | quda::collectGhostStapleKernel (Float2 *out, Float2 *in, int parity, GhostStapleParam param) |
|
void | quda::collectGhostStaple (int *X, void *even, void *odd, int volumeCB, int stride, QudaPrecision precision, void *ghost_staple_gpu, int dir, int whichway, cudaStream_t *stream) |
|