QUDA v0.4.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
void | 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) |
void | link_format_gpu_to_cpu (void *dst, void *src, int Vh, int stride, QudaPrecision prec, cudaStream_t stream) |
void | collectGhostStaple (int *X, void *even, void *odd, int volume, QudaPrecision precision, void *ghost_staple_gpu, int dir, int whichway, cudaStream_t *stream) |
void collectGhostStaple | ( | int * | X, |
void * | even, | ||
void * | odd, | ||
int | volume, | ||
QudaPrecision | precision, | ||
void * | ghost_staple_gpu, | ||
int | dir, | ||
int | whichway, | ||
cudaStream_t * | stream | ||
) |
Definition at line 471 of file misc_helpers.cu.
void 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 | ||
) |
Definition at line 142 of file misc_helpers.cu.
void link_format_gpu_to_cpu | ( | void * | dst, |
void * | src, | ||
int | Vh, | ||
int | stride, | ||
QudaPrecision | prec, | ||
cudaStream_t | stream | ||
) |
Definition at line 344 of file misc_helpers.cu.