QUDA v0.4.0
A library for QCD on GPUs
|
#include <tune_quda.h>
Public Member Functions | |
TuneParam () | |
TuneParam (const TuneParam ¶m) | |
TuneParam & | operator= (const TuneParam ¶m) |
Public Attributes | |
dim3 | block |
dim3 | grid |
int | shared_bytes |
std::string | comment |
Definition at line 42 of file tune_quda.h.
TuneParam::TuneParam | ( | ) | [inline] |
Definition at line 50 of file tune_quda.h.
TuneParam::TuneParam | ( | const TuneParam & | param | ) | [inline] |
Definition at line 51 of file tune_quda.h.
Definition at line 53 of file tune_quda.h.
dim3 TuneParam::block |
Definition at line 45 of file tune_quda.h.
std::string TuneParam::comment |
Definition at line 48 of file tune_quda.h.
dim3 TuneParam::grid |
Definition at line 46 of file tune_quda.h.
Definition at line 47 of file tune_quda.h.