QUDA
v0.7.0
A library for QCD on GPUs
|
#include <tune_key.h>
Public Member Functions | |
TuneKey () | |
TuneKey (const char v[], const char n[], const char a[]="type=default") | |
TuneKey (const TuneKey &key) | |
TuneKey & | operator= (const TuneKey &key) |
bool | operator< (const TuneKey &other) const |
Public Attributes | |
char | volume [volume_n] |
char | name [name_n] |
char | aux [aux_n] |
Static Public Attributes | |
static const int | volume_n = 32 |
static const int | name_n = 256 |
static const int | aux_n = 256 |
Definition at line 8 of file tune_key.h.
|
inline |
Definition at line 17 of file tune_key.h.
|
inline |
Definition at line 18 of file tune_key.h.
|
inline |
Definition at line 23 of file tune_key.h.
|
inline |
Definition at line 38 of file tune_key.h.
Definition at line 29 of file tune_key.h.
char quda::TuneKey::aux[aux_n] |
Definition at line 15 of file tune_key.h.
|
static |
Definition at line 12 of file tune_key.h.
char quda::TuneKey::name[name_n] |
Definition at line 14 of file tune_key.h.
|
static |
Definition at line 11 of file tune_key.h.
char quda::TuneKey::volume[volume_n] |
Definition at line 13 of file tune_key.h.
|
static |
Definition at line 10 of file tune_key.h.