|
QUDA
v0.5.0
A library for QCD on GPUs
|
Go to the source code of this file.
Macros | |
| #define | printfQuda(...) |
| #define | errorQuda(...) |
| #define | warningQuda(...) |
| #define | checkCudaErrorNoSync() |
| #define | checkCudaError() checkCudaErrorNoSync() |
Functions | |
| QudaVerbosity | getVerbosity () |
| char * | getOutputPrefix () |
| FILE * | getOutputFile () |
| void | setVerbosity (const QudaVerbosity verbosity) |
| void | setOutputPrefix (const char *prefix) |
| void | setOutputFile (FILE *outfile) |
| void | pushVerbosity (QudaVerbosity verbosity) |
| void | popVerbosity () |
| char * | getPrintBuffer () |
| #define checkCudaError | ( | ) | checkCudaErrorNoSync() |
Definition at line 97 of file util_quda.h.
| #define checkCudaErrorNoSync | ( | ) |
Definition at line 81 of file util_quda.h.
| #define errorQuda | ( | ... | ) |
Definition at line 63 of file util_quda.h.
| #define printfQuda | ( | ... | ) |
Definition at line 57 of file util_quda.h.
| #define warningQuda | ( | ... | ) |
Definition at line 71 of file util_quda.h.
| 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 63 of file util_quda.cpp.
| QudaVerbosity getVerbosity | ( | ) |
Definition at line 20 of file util_quda.cpp.
| void popVerbosity | ( | ) |
Definition at line 54 of file util_quda.cpp.
| void pushVerbosity | ( | QudaVerbosity | verbosity | ) |
Definition at line 43 of file util_quda.cpp.
| void setOutputFile | ( | FILE * | outfile | ) |
Definition at line 35 of file util_quda.cpp.
| void setOutputPrefix | ( | const char * | prefix | ) |
Definition at line 29 of file util_quda.cpp.
| void setVerbosity | ( | const QudaVerbosity | verbosity | ) |
Definition at line 24 of file util_quda.cpp.
1.8.2