|
QUDA v0.4.0
A library for QCD on GPUs
|
#include <stdlib.h>#include <stdio.h>#include <time.h>#include <math.h>#include <test_util.h>#include <blas_reference.h>#include <staggered_dslash_reference.h>#include <quda.h>#include <string.h>#include <face_quda.h>#include "misc.h"#include <gauge_field.h>Go to the source code of this file.
Defines | |
| #define | MAX(a, b) ((a)>(b)?(a):(b)) |
| #define | mySpinorSiteSize 6 |
| #define | NUM_OFFSETS 7 |
Functions | |
| void | usage (char **argv) |
| template<typename Float > | |
| void | constructSpinorField (Float *res) |
| void | setDimConstants (int *X) |
| int | invert_test (void) |
| void | display_test_info () |
| void | usage_extra (char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| void * | fatlink [4] |
| void * | longlink [4] |
| int | device |
| bool | tune |
| QudaReconstructType | link_recon |
| QudaPrecision | prec |
| QudaPrecision | cpu_prec = QUDA_DOUBLE_PRECISION |
| QudaReconstructType | link_recon_sloppy |
| QudaPrecision | prec_sloppy |
| cpuColorSpinorField * | in |
| cpuColorSpinorField * | out |
| cpuColorSpinorField * | ref |
| cpuColorSpinorField * | tmp |
| cpuGaugeField * | cpuFat = NULL |
| cpuGaugeField * | cpuLong = NULL |
| int | xdim |
| int | ydim |
| int | zdim |
| int | tdim |
| bool | kernelPackT |
| int | gridsize_from_cmdline [] |
| int | Z [4] |
| int | V |
| int | Vh |
| static int | Vs_y |
| static int | Vs_z |
| static int | Vs_t |
| int | Vsh_x |
| int | Vsh_y |
| int | Vsh_z |
| int | Vsh_t |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a)>(b)?(a):(b)) |
Definition at line 19 of file staggered_invert_test.cpp.
| #define mySpinorSiteSize 6 |
Definition at line 20 of file staggered_invert_test.cpp.
| #define NUM_OFFSETS 7 |
| void constructSpinorField | ( | Float * | res | ) |
Definition at line 69 of file staggered_invert_test.cpp.
| void display_test_info | ( | ) |
Definition at line 485 of file staggered_invert_test.cpp.
| int invert_test | ( | void | ) |
Definition at line 172 of file staggered_invert_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 521 of file staggered_invert_test.cpp.
| void setDimConstants | ( | int * | X | ) |
Definition at line 81 of file staggered_invert_test.cpp.
| void usage | ( | char ** | argv | ) |
Definition at line 1324 of file test_util.cpp.
| void usage_extra | ( | char ** | argv | ) |
Definition at line 507 of file staggered_invert_test.cpp.
| QudaPrecision cpu_prec = QUDA_DOUBLE_PRECISION |
Definition at line 35 of file staggered_invert_test.cpp.
| cpuGaugeField* cpuFat = NULL |
Definition at line 44 of file staggered_invert_test.cpp.
| cpuGaugeField* cpuLong = NULL |
Definition at line 45 of file staggered_invert_test.cpp.
| int device |
Definition at line 1304 of file test_util.cpp.
| void* fatlink[4] |
Definition at line 23 of file staggered_invert_test.cpp.
| int gridsize_from_cmdline[] |
Definition at line 1317 of file test_util.cpp.
Definition at line 39 of file staggered_invert_test.cpp.
| bool kernelPackT |
Definition at line 61 of file dslash_quda.cu.
Definition at line 1307 of file test_util.cpp.
Definition at line 1308 of file test_util.cpp.
| void* longlink[4] |
Definition at line 24 of file staggered_invert_test.cpp.
Definition at line 40 of file staggered_invert_test.cpp.
Definition at line 1309 of file test_util.cpp.
Definition at line 1310 of file test_util.cpp.
Definition at line 41 of file staggered_invert_test.cpp.
| int tdim |
Definition at line 1314 of file test_util.cpp.
Definition at line 42 of file staggered_invert_test.cpp.
| bool tune |
Definition at line 1320 of file test_util.cpp.
| int V |
Definition at line 5 of file force_kernel_common.cu.
| int Vh |
Definition at line 50 of file dslash_constants.h.
| int Vs_t |
Definition at line 63 of file staggered_invert_test.cpp.
| int Vs_y |
Definition at line 63 of file staggered_invert_test.cpp.
| int Vs_z |
Definition at line 63 of file staggered_invert_test.cpp.
| int Vsh_t |
Definition at line 5 of file dslash_util.h.
| int Vsh_x |
Definition at line 5 of file dslash_util.h.
| int Vsh_y |
Definition at line 5 of file dslash_util.h.
| int Vsh_z |
Definition at line 5 of file dslash_util.h.
| 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 11 of file domain_wall_dslash_reference.cpp.
| int zdim |
Definition at line 1313 of file test_util.cpp.
1.7.4