|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <enum_quda.h>#include <comm_quda.h>#include <tune_key.h>Go to the source code of this file.
Macros | |
| #define | printfQuda(...) |
| #define | errorQuda(...) |
| #define | warningQuda(...) |
| #define | checkCudaErrorNoSync() |
| #define | checkCudaError() checkCudaErrorNoSync() |
Functions | |
| QudaTune | getTuning () |
| void | setTuning (QudaTune tune) |
| 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 110 of file util_quda.h.
| #define checkCudaErrorNoSync | ( | ) |
Definition at line 94 of file util_quda.h.
| #define errorQuda | ( | ... | ) |
Definition at line 73 of file util_quda.h.
| #define printfQuda | ( | ... | ) |
Definition at line 67 of file util_quda.h.
| #define warningQuda | ( | ... | ) |
Definition at line 84 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 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 | ( | const QudaVerbosity | verbosity | ) |
Definition at line 24 of file util_quda.cpp.
1.8.6