|
QUDA
v0.5.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("type=default")) | |
| 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 13 of file tune_quda.h.
|
inline |
Definition at line 20 of file tune_quda.h.
|
inline |
Definition at line 21 of file tune_quda.h.
|
inline |
Definition at line 23 of file tune_quda.h.
|
inline |
Definition at line 35 of file tune_quda.h.
Definition at line 26 of file tune_quda.h.
| std::string quda::TuneKey::aux |
Definition at line 18 of file tune_quda.h.
| std::string quda::TuneKey::name |
Definition at line 17 of file tune_quda.h.
| std::string quda::TuneKey::volume |
Definition at line 16 of file tune_quda.h.
1.8.2