QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
WilsonDslashCuda (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 a, const int dagger, const size_t bytes, const size_t norm_bytes) | |
virtual | ~WilsonDslashCuda () |
TuneKey | tuneKey () const |
void | apply (const cudaStream_t &stream) |
void | preTune () |
void | postTune () |
Protected Member Functions | |
int | sharedBytesPerThread () const |
Definition at line 464 of file dslash_quda.cu.
WilsonDslashCuda< sFloat, gFloat >::WilsonDslashCuda | ( | 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 | a, | ||
const int | dagger, | ||
const size_t | bytes, | ||
const size_t | norm_bytes | ||
) | [inline] |
Definition at line 495 of file dslash_quda.cu.
virtual WilsonDslashCuda< sFloat, gFloat >::~WilsonDslashCuda | ( | ) | [inline, virtual] |
Definition at line 505 of file dslash_quda.cu.
void WilsonDslashCuda< sFloat, gFloat >::apply | ( | const cudaStream_t & | stream | ) | [inline, virtual] |
Implements Tunable.
Definition at line 517 of file dslash_quda.cu.
void WilsonDslashCuda< sFloat, gFloat >::postTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 540 of file dslash_quda.cu.
void WilsonDslashCuda< sFloat, gFloat >::preTune | ( | ) | [inline, virtual] |
Reimplemented from Tunable.
Definition at line 528 of file dslash_quda.cu.
int WilsonDslashCuda< sFloat, gFloat >::sharedBytesPerThread | ( | ) | const [inline, protected, virtual] |
Implements Tunable.
Definition at line 479 of file dslash_quda.cu.
TuneKey WilsonDslashCuda< sFloat, gFloat >::tuneKey | ( | ) | const [inline, virtual] |
Reimplemented from DslashCuda.
Definition at line 507 of file dslash_quda.cu.