QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
CopyCuda (Output &Y, Input &X, int length) | |
virtual | ~CopyCuda () |
TuneKey | tuneKey () const |
void | apply (const cudaStream_t &stream) |
void | preTune () |
void | postTune () |
long long | flops () const |
long long | bytes () const |
Definition at line 161 of file blas_quda.cu.
CopyCuda< FloatN, N, Output, Input >::CopyCuda | ( | Output & | Y, |
Input & | X, | ||
int | length | ||
) | [inline] |
Definition at line 182 of file blas_quda.cu.
virtual CopyCuda< FloatN, N, Output, Input >::~CopyCuda | ( | ) | [inline, virtual] |
Definition at line 183 of file blas_quda.cu.
void CopyCuda< FloatN, N, Output, Input >::apply | ( | const cudaStream_t & | stream | ) | [inline, virtual] |
Implements Tunable.
Definition at line 195 of file blas_quda.cu.
long long CopyCuda< FloatN, N, Output, Input >::bytes | ( | ) | const [inline, virtual] |
Reimplemented from Tunable.
Definition at line 204 of file blas_quda.cu.
long long CopyCuda< FloatN, N, Output, Input >::flops | ( | ) | const [inline, virtual] |
Reimplemented from Tunable.
Definition at line 203 of file blas_quda.cu.
void CopyCuda< FloatN, N, Output, Input >::postTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 201 of file blas_quda.cu.
void CopyCuda< FloatN, N, Output, Input >::preTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 200 of file blas_quda.cu.
TuneKey CopyCuda< FloatN, N, Output, Input >::tuneKey | ( | ) | const [inline, virtual] |
Implements Tunable.
Definition at line 185 of file blas_quda.cu.