|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <cstdlib>#include <cstdio>#include <cstring>#include <stack>#include <sys/time.h>#include <enum_quda.h>#include <util_quda.h>Go to the source code of this file.
Functions | |
| QudaVerbosity | getVerbosity () |
| char * | getOutputPrefix () |
| FILE * | getOutputFile () |
| void | setVerbosity (QudaVerbosity verbosity) |
| QudaTune | getTuning () |
| void | setTuning (QudaTune tune) |
| void | setOutputPrefix (const char *prefix) |
| void | setOutputFile (FILE *outfile) |
| void | pushVerbosity (QudaVerbosity verbosity) |
| void | popVerbosity () |
| char * | getPrintBuffer () |
| FILE* getOutputFile | ( | ) |
Definition at line 22 of file util_quda.cpp.
| char* getOutputPrefix | ( | ) |
Definition at line 21 of file util_quda.cpp.
| char* getPrintBuffer | ( | ) |
Definition at line 72 of file util_quda.cpp.
| QudaTune getTuning | ( | ) |
Definition at line 32 of file util_quda.cpp.
| QudaVerbosity getVerbosity | ( | ) |
Definition at line 20 of file util_quda.cpp.
| void popVerbosity | ( | ) |
Definition at line 63 of file util_quda.cpp.
| void pushVerbosity | ( | QudaVerbosity | verbosity | ) |
Definition at line 52 of file util_quda.cpp.
| void setOutputFile | ( | FILE * | outfile | ) |
Definition at line 44 of file util_quda.cpp.
| void setOutputPrefix | ( | const char * | prefix | ) |
Definition at line 38 of file util_quda.cpp.
| void setTuning | ( | QudaTune | tune | ) |
| tune | Sets the whether to tune the cuda kernels or not |
Definition at line 33 of file util_quda.cpp.
| void setVerbosity | ( | QudaVerbosity | verbosity | ) |
Definition at line 24 of file util_quda.cpp.
1.8.6