QUDA
v0.7.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 88 of file copy_quda.cu.
__global__ void quda::copy::copyKernel | ( | Output | Y, |
Input | X, | ||
int | length | ||
) |
Definition at line 28 of file copy_quda.cu.
const char* quda::copy::aux_str |
Definition at line 24 of file copy_quda.cu.
const char* quda::copy::vol_str |
Definition at line 23 of file copy_quda.cu.