|
QUDA
v0.5.0
A library for QCD on GPUs
|
Go to the source code of this file.
Classes | |
| class | quda::copy::CopyCuda< FloatN, N, Output, Input > |
Namespaces | |
| namespace | quda |
| namespace | quda::copy |
Macros | |
| #define | checkSpinorLength(a, b) |
Functions | |
| QudaTune | quda::getBlasTuning () |
| QudaVerbosity | quda::getBlasVerbosity () |
| cudaStream_t * | quda::getBlasStream () |
| template<typename FloatN , int N, typename Output , typename Input > | |
| __global__ void | quda::copy::copyKernel (Output Y, Input X, int length) |
| void | quda::copy::copyCuda (cudaColorSpinorField &dst, const cudaColorSpinorField &src) |
| void | quda::copyCuda (cudaColorSpinorField &dst, const cudaColorSpinorField &src) |
| #define checkSpinorLength | ( | a, | |
| b | |||
| ) |
Definition at line 6 of file copy_quda.cu.
1.8.2