|
QUDA
0.9.0
|


Public Member Functions | |
| TwistGamma (Arg &arg, const ColorSpinorField &meta) | |
| virtual | ~TwistGamma () |
| void | apply (const cudaStream_t &stream) |
| TuneKey | tuneKey () const |
| void | preTune () |
| void | postTune () |
Public Member Functions inherited from quda::TunableVectorY | |
| TunableVectorY (unsigned int vector_length_y) | |
| bool | advanceBlockDim (TuneParam ¶m) const |
| void | initTuneParam (TuneParam ¶m) const |
| void | defaultTuneParam (TuneParam ¶m) const |
| void | resizeVector (int y) |
Public Member Functions inherited from quda::Tunable | |
| Tunable () | |
| virtual | ~Tunable () |
| virtual int | tuningIter () const |
| virtual std::string | paramString (const TuneParam ¶m) const |
| virtual std::string | perfString (float time) const |
| virtual bool | advanceTuneParam (TuneParam ¶m) const |
| void | checkLaunchParam (TuneParam ¶m) |
Protected Member Functions | |
| long long | flops () const |
| long long | bytes () const |
| bool | tuneGridDim () const |
| unsigned int | minThreads () const |
Protected Member Functions inherited from quda::TunableVectorY | |
| virtual unsigned int | sharedBytesPerThread () const |
| virtual unsigned int | sharedBytesPerBlock (const TuneParam ¶m) const |
Protected Member Functions inherited from quda::Tunable | |
| virtual bool | tuneAuxDim () const |
| virtual bool | tuneSharedBytes () const |
| virtual bool | advanceGridDim (TuneParam ¶m) const |
| virtual unsigned int | maxBlockSize () const |
| virtual unsigned int | maxGridSize () const |
| virtual unsigned int | minGridSize () const |
| virtual int | blockStep () const |
| virtual int | blockMin () const |
| unsigned int | maxBlocksPerSM () const |
| For reason this can't be queried from the device properties, so here we set set this. Based on Table 14 of the CUDA Programming Guide 9.0 (Technical Specifications per Compute Capability) More... | |
| virtual bool | advanceSharedBytes (TuneParam ¶m) const |
| virtual bool | advanceAux (TuneParam ¶m) const |
| int | writeAuxString (const char *format,...) |
Protected Attributes | |
| Arg & | arg |
| const ColorSpinorField & | meta |
Protected Attributes inherited from quda::TunableVectorY | |
| unsigned int | vector_length_y |
Protected Attributes inherited from quda::Tunable | |
| char | aux [TuneKey::aux_n] |
Definition at line 340 of file dslash_quda.cu.
|
inline |
Definition at line 352 of file dslash_quda.cu.
References quda::Tunable::aux, quda::ColorSpinorField::AuxString(), quda::TwistGamma< Float, nColor, Arg >::meta, and strcpy().

|
inlinevirtual |
Definition at line 356 of file dslash_quda.cu.
|
inlinevirtual |
Implements quda::Tunable.
Definition at line 358 of file dslash_quda.cu.
References quda::TwistGamma< Float, nColor, Arg >::arg, quda::TuneParam::block, errorQuda, getTuning(), getVerbosity(), quda::TuneParam::grid, quda::LatticeField::Location(), quda::TwistGamma< Float, nColor, Arg >::meta, QUDA_CPU_FIELD_LOCATION, quda::TuneParam::shared_bytes, quda::stream, and quda::tuneLaunch().

|
inlineprotectedvirtual |
Reimplemented from quda::Tunable.
Definition at line 347 of file dslash_quda.cu.
References quda::TwistGamma< Float, nColor, Arg >::arg.
|
inlineprotectedvirtual |
Implements quda::Tunable.
Definition at line 346 of file dslash_quda.cu.
|
inlineprotectedvirtual |
Reimplemented from quda::Tunable.
Definition at line 349 of file dslash_quda.cu.
References quda::TwistGamma< Float, nColor, Arg >::arg.
|
inlinevirtual |
Reimplemented from quda::Tunable.
Definition at line 379 of file dslash_quda.cu.
References quda::TwistGamma< Float, nColor, Arg >::arg.
|
inlinevirtual |
Reimplemented from quda::Tunable.
Definition at line 378 of file dslash_quda.cu.
References quda::TwistGamma< Float, nColor, Arg >::arg.
|
inlineprotectedvirtual |
Reimplemented from quda::Tunable.
Definition at line 348 of file dslash_quda.cu.
|
inlinevirtual |
Implements quda::Tunable.
Definition at line 377 of file dslash_quda.cu.
References quda::Tunable::aux, quda::TwistGamma< Float, nColor, Arg >::meta, and quda::LatticeField::VolString().

|
protected |
Definition at line 343 of file dslash_quda.cu.
Referenced by quda::TwistGamma< Float, nColor, Arg >::apply(), quda::TwistGamma< Float, nColor, Arg >::bytes(), quda::TwistGamma< Float, nColor, Arg >::minThreads(), quda::TwistGamma< Float, nColor, Arg >::postTune(), and quda::TwistGamma< Float, nColor, Arg >::preTune().
|
protected |
Definition at line 344 of file dslash_quda.cu.
Referenced by quda::TwistGamma< Float, nColor, Arg >::apply(), quda::TwistGamma< Float, nColor, Arg >::tuneKey(), and quda::TwistGamma< Float, nColor, Arg >::TwistGamma().
1.8.14