|
QUDA v0.4.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <test_util.h>#include <wilson_dslash_reference.h>#include <gauge_qio.h>Go to the source code of this file.
Defines | |
| #define | MAX(a, b) ((a)>(b)?(a):(b)) |
Functions | |
| void | init () |
| void | end () |
| void | usage (char **) |
| void | SU3Test (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| QudaGaugeParam | param |
| void * | gauge [4] |
| void * | new_gauge [4] |
| int | device |
| int | xdim |
| int | ydim |
| int | zdim |
| int | tdim |
| int | gridsize_from_cmdline [] |
| QudaReconstructType | link_recon |
| QudaPrecision | prec |
| char | latfile [] |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a)>(b)?(a):(b)) |
Definition at line 27 of file su3_test.cpp.
| void end | ( | void | ) |
Definition at line 73 of file su3_test.cpp.
| void init | ( | ) |
Definition at line 29 of file su3_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 115 of file su3_test.cpp.
| void SU3Test | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 85 of file su3_test.cpp.
| void usage | ( | char ** | ) |
Definition at line 1324 of file test_util.cpp.
| int device |
Definition at line 1304 of file test_util.cpp.
| void* gauge[4] |
Definition at line 15 of file su3_test.cpp.
| int gridsize_from_cmdline[] |
Definition at line 1317 of file test_util.cpp.
| char latfile[] |
Definition at line 1319 of file test_util.cpp.
Definition at line 1307 of file test_util.cpp.
| void * new_gauge[4] |
Definition at line 15 of file su3_test.cpp.
Definition at line 14 of file su3_test.cpp.
Definition at line 1309 of file test_util.cpp.
| int tdim |
Definition at line 1314 of file test_util.cpp.
| int xdim |
Definition at line 1311 of file test_util.cpp.
| int ydim |
Definition at line 1312 of file test_util.cpp.
| int zdim |
Definition at line 1313 of file test_util.cpp.
1.7.4