QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
TwistedDslashCuda (sFloat *out, float *outNorm, const gFloat *gauge0, const gFloat *gauge1, const QudaReconstructType reconstruct, const sFloat *in, const float *inNorm, const sFloat *x, const float *xNorm, const double kappa, const double mu, const double k, const int dagger, const size_t bytes, const size_t norm_bytes) | |
virtual | ~TwistedDslashCuda () |
TuneKey | tuneKey () const |
void | apply (const cudaStream_t &stream) |
void | preTune () |
void | postTune () |
Protected Member Functions | |
int | sharedBytesPerThread () const |
Definition at line 663 of file dslash_quda.cu.
TwistedDslashCuda< sFloat, gFloat >::TwistedDslashCuda | ( | sFloat * | out, |
float * | outNorm, | ||
const gFloat * | gauge0, | ||
const gFloat * | gauge1, | ||
const QudaReconstructType | reconstruct, | ||
const sFloat * | in, | ||
const float * | inNorm, | ||
const sFloat * | x, | ||
const float * | xNorm, | ||
const double | kappa, | ||
const double | mu, | ||
const double | k, | ||
const int | dagger, | ||
const size_t | bytes, | ||
const size_t | norm_bytes | ||
) | [inline] |
Definition at line 695 of file dslash_quda.cu.
virtual TwistedDslashCuda< sFloat, gFloat >::~TwistedDslashCuda | ( | ) | [inline, virtual] |
Definition at line 706 of file dslash_quda.cu.
void TwistedDslashCuda< sFloat, gFloat >::apply | ( | const cudaStream_t & | stream | ) | [inline, virtual] |
Implements Tunable.
Definition at line 718 of file dslash_quda.cu.
void TwistedDslashCuda< sFloat, gFloat >::postTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 741 of file dslash_quda.cu.
void TwistedDslashCuda< sFloat, gFloat >::preTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 729 of file dslash_quda.cu.
int TwistedDslashCuda< sFloat, gFloat >::sharedBytesPerThread | ( | ) | const [inline, protected, virtual] |
Implements Tunable.
Definition at line 679 of file dslash_quda.cu.
TuneKey TwistedDslashCuda< sFloat, gFloat >::tuneKey | ( | ) | const [inline, virtual] |
Reimplemented from DslashCuda.
Definition at line 708 of file dslash_quda.cu.