QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
TwistGamma5Cuda (sFloat *out, float *outNorm, sFloat *in, float *inNorm, double kappa, double mu, const int dagger, QudaTwistGamma5Type twist, size_t bytes, size_t norm_bytes) | |
virtual | ~TwistGamma5Cuda () |
TuneKey | tuneKey () const |
void | apply (const cudaStream_t &stream) |
void | preTune () |
void | postTune () |
std::string | paramString (const TuneParam ¶m) const |
Definition at line 1594 of file dslash_quda.cu.
TwistGamma5Cuda< sFloat >::TwistGamma5Cuda | ( | sFloat * | out, |
float * | outNorm, | ||
sFloat * | in, | ||
float * | inNorm, | ||
double | kappa, | ||
double | mu, | ||
const int | dagger, | ||
QudaTwistGamma5Type | twist, | ||
size_t | bytes, | ||
size_t | norm_bytes | ||
) | [inline] |
Definition at line 1613 of file dslash_quda.cu.
virtual TwistGamma5Cuda< sFloat >::~TwistGamma5Cuda | ( | ) | [inline, virtual] |
Definition at line 1621 of file dslash_quda.cu.
void TwistGamma5Cuda< sFloat >::apply | ( | const cudaStream_t & | stream | ) | [inline, virtual] |
Implements Tunable.
Definition at line 1634 of file dslash_quda.cu.
std::string TwistGamma5Cuda< sFloat >::paramString | ( | const TuneParam & | param | ) | const [inline, virtual] |
Reimplemented from Tunable.
Definition at line 1659 of file dslash_quda.cu.
void TwistGamma5Cuda< sFloat >::postTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 1650 of file dslash_quda.cu.
void TwistGamma5Cuda< sFloat >::preTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 1641 of file dslash_quda.cu.
TuneKey TwistGamma5Cuda< sFloat >::tuneKey | ( | ) | const [inline, virtual] |
Implements Tunable.
Definition at line 1625 of file dslash_quda.cu.