|
QUDA
v0.5.0
A library for QCD on GPUs
|
Classes | |
| class | CopyCuda |
Functions | |
| template<typename FloatN , int N, typename Output , typename Input > | |
| __global__ void | copyKernel (Output Y, Input X, int length) |
| void | copyCuda (cudaColorSpinorField &dst, const cudaColorSpinorField &src) |
| void quda::copy::copyCuda | ( | cudaColorSpinorField & | dst, |
| const cudaColorSpinorField & | src | ||
| ) |
Definition at line 95 of file copy_quda.cu.
| __global__ void quda::copy::copyKernel | ( | Output | Y, |
| Input | X, | ||
| int | length | ||
| ) |
Definition at line 30 of file copy_quda.cu.
| int quda::copy::stride |
Definition at line 26 of file copy_quda.cu.
| int quda::copy::x[QUDA_MAX_DIM] |
Definition at line 25 of file copy_quda.cu.
1.8.2