|
QUDA
v1.1.0
A library for QCD on GPUs
|
#include <iostream>#include <stdio.h>#include <time.h>#include <stdlib.h>#include <string.h>#include <quda.h>#include <color_spinor_field.h>#include <gauge_field.h>#include <misc.h>#include <host_utils.h>#include <command_line_params.h>#include <dslash_reference.h>#include <staggered_dslash_reference.h>#include <staggered_gauge_utils.h>#include <llfat_utils.h>Go to the source code of this file.
Macros | |
| #define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
Functions | |
| void | display_test_info () |
| int | main (int argc, char **argv) |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a) : (b)) |
Definition at line 21 of file staggered_invert_test.cpp.
| void display_test_info | ( | ) |
Definition at line 23 of file staggered_invert_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 105 of file staggered_invert_test.cpp.