|
QUDA v0.4.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <quda.h>#include <test_util.h>#include <gauge_field.h>#include "misc.h"#include "gauge_force_reference.h"#include "gauge_force_quda.h"#include <sys/time.h>#include "fat_force_quda.h"Go to the source code of this file.
Defines | |
| #define | GPU_DIRECT |
Functions | |
| void | initCommonConstants (const LatticeField &lat) |
| void | usage (char **argv) |
| void | setDims (int *X) |
| void | usage_extra (char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| int | device |
| QudaGaugeFieldOrder | gauge_order = QUDA_QDP_GAUGE_ORDER |
| int | tdim |
| QudaPrecision | prec |
| int | xdim |
| int | ydim |
| int | zdim |
| int | attempts = 1 |
| int | Z [4] |
| int | V |
| int | Vh |
| int | V_ex |
| int | Vh_ex |
| static int | X1h |
| static int | X2 |
| static int | X3 |
| static int | X4 |
| static int | E1h |
| static int | E2 |
| static int | E3 |
| static int | E4 |
| int | E [4] |
| QudaReconstructType | link_recon |
| QudaPrecision | link_prec = QUDA_SINGLE_PRECISION |
| int | gridsize_from_cmdline [] |
| int | length [] |
| float | loop_coeff_f [] |
| int | path_dir_x [][5] |
| int | path_dir_y [][5] |
| int | path_dir_z [][5] |
| int | path_dir_t [][5] |
| #define GPU_DIRECT |
Definition at line 18 of file gauge_force_test.cpp.
| void initCommonConstants | ( | const LatticeField & | lat | ) |
Definition at line 110 of file dslash_constants.h.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 704 of file gauge_force_test.cpp.
| void setDims | ( | int * | X | ) |
Definition at line 364 of file gauge_force_test.cpp.
| void usage | ( | char ** | argv | ) |
Definition at line 1324 of file test_util.cpp.
| void usage_extra | ( | char ** | argv | ) |
Definition at line 694 of file gauge_force_test.cpp.
| int attempts = 1 |
Definition at line 33 of file gauge_force_test.cpp.
| int device |
Definition at line 1304 of file test_util.cpp.
| int E[4] |
Definition at line 45 of file gauge_force_test.cpp.
| int E1h |
Definition at line 43 of file gauge_force_test.cpp.
| int E2 |
Definition at line 43 of file gauge_force_test.cpp.
| int E3 |
Definition at line 43 of file gauge_force_test.cpp.
| int E4 |
Definition at line 43 of file gauge_force_test.cpp.
| QudaGaugeFieldOrder gauge_order = QUDA_QDP_GAUGE_ORDER |
Definition at line 24 of file gauge_force_test.cpp.
| int gridsize_from_cmdline[] |
Definition at line 1317 of file test_util.cpp.
| int length[] |
Definition at line 53 of file gauge_force_test.cpp.
| QudaPrecision link_prec = QUDA_SINGLE_PRECISION |
Definition at line 48 of file gauge_force_test.cpp.
Definition at line 1307 of file test_util.cpp.
| float loop_coeff_f[] |
Definition at line 105 of file gauge_force_test.cpp.
| int path_dir_t[][5] |
Definition at line 310 of file gauge_force_test.cpp.
| int path_dir_x[][5] |
Definition at line 156 of file gauge_force_test.cpp.
| int path_dir_y[][5] |
Definition at line 208 of file gauge_force_test.cpp.
| int path_dir_z[][5] |
Definition at line 259 of file gauge_force_test.cpp.
Definition at line 1309 of file test_util.cpp.
| int tdim |
Definition at line 31 of file gauge_force_test.cpp.
| int V |
Definition at line 36 of file gauge_force_test.cpp.
| int V_ex |
Definition at line 39 of file gauge_force_test.cpp.
| int Vh |
Definition at line 37 of file gauge_force_test.cpp.
| int Vh_ex |
Definition at line 40 of file gauge_force_test.cpp.
| int X1h |
Definition at line 42 of file gauge_force_test.cpp.
| int X2 |
Definition at line 42 of file gauge_force_test.cpp.
| int X3 |
Definition at line 42 of file gauge_force_test.cpp.
| int X4 |
Definition at line 42 of file gauge_force_test.cpp.
| int xdim |
Definition at line 1311 of file test_util.cpp.
| int ydim |
Definition at line 1312 of file test_util.cpp.
| int Z[4] |
Definition at line 35 of file gauge_force_test.cpp.
| int zdim |
Definition at line 1313 of file test_util.cpp.
1.7.4