|
QUDA v0.4.0
A library for QCD on GPUs
|
#include <tune_quda.h>
Public Member Functions | |
| TuneKey () | |
| TuneKey (std::string v, std::string n, std::string a=std::string()) | |
| TuneKey (const TuneKey &key) | |
| TuneKey & | operator= (const TuneKey &key) |
| bool | operator< (const TuneKey &other) const |
Public Attributes | |
| std::string | volume |
| std::string | name |
| std::string | aux |
Definition at line 11 of file tune_quda.h.
| TuneKey::TuneKey | ( | ) | [inline] |
Definition at line 18 of file tune_quda.h.
| TuneKey::TuneKey | ( | std::string | v, |
| std::string | n, | ||
| std::string | a = std::string() |
||
| ) | [inline] |
Definition at line 19 of file tune_quda.h.
| TuneKey::TuneKey | ( | const TuneKey & | key | ) | [inline] |
Definition at line 21 of file tune_quda.h.
| bool TuneKey::operator< | ( | const TuneKey & | other | ) | const [inline] |
Definition at line 33 of file tune_quda.h.
Definition at line 24 of file tune_quda.h.
| std::string TuneKey::aux |
Definition at line 16 of file tune_quda.h.
| std::string TuneKey::name |
Definition at line 15 of file tune_quda.h.
| std::string TuneKey::volume |
Definition at line 14 of file tune_quda.h.
1.7.4