|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <stdlib.h>#include <stdio.h>#include <time.h>#include <math.h>#include <string.h>#include <util_quda.h>#include <test_util.h>#include <dslash_util.h>#include <blas_reference.h>#include <wilson_dslash_reference.h>#include <domain_wall_dslash_reference.h>#include "misc.h"#include "face_quda.h"#include <gauge_qio.h>#include <quda.h>Go to the source code of this file.
Macros | |
| #define | MAX(a, b) ((a)>(b)?(a):(b)) |
Functions | |
| void | usage (char **) |
| void | display_test_info () |
| int | main (int argc, char **argv) |
Variables | |
| QudaDslashType | dslash_type |
| bool | tune |
| int | device |
| int | xdim |
| int | ydim |
| int | zdim |
| int | tdim |
| int | Lsdim |
| int | gridsize_from_cmdline [] |
| QudaReconstructType | link_recon |
| QudaPrecision | prec |
| QudaReconstructType | link_recon_sloppy |
| QudaPrecision | prec_sloppy |
| char | latfile [] |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a)>(b)?(a):(b)) |
Definition at line 25 of file deflation_test.cpp.
| void display_test_info | ( | ) |
Definition at line 50 of file deflation_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
For deflated solvers only:
Definition at line 71 of file deflation_test.cpp.
| void usage | ( | char ** | ) |
Definition at line 1584 of file test_util.cpp.
| int device |
Definition at line 1546 of file test_util.cpp.
| QudaDslashType dslash_type |
Definition at line 1560 of file test_util.cpp.
| int gridsize_from_cmdline[] |
Definition at line 1559 of file test_util.cpp.
| char latfile[] |
Definition at line 1561 of file test_util.cpp.
| QudaReconstructType link_recon |
Definition at line 1549 of file test_util.cpp.
| QudaReconstructType link_recon_sloppy |
Definition at line 1550 of file test_util.cpp.
| int Lsdim |
Definition at line 1557 of file test_util.cpp.
| QudaPrecision prec |
Definition at line 1551 of file test_util.cpp.
| QudaPrecision prec_sloppy |
Definition at line 1552 of file test_util.cpp.
| int tdim |
Definition at line 1556 of file test_util.cpp.
| bool tune |
Definition at line 1562 of file test_util.cpp.
| int xdim |
Definition at line 1553 of file test_util.cpp.
| int ydim |
Definition at line 1554 of file test_util.cpp.
| int zdim |
Definition at line 1555 of file test_util.cpp.
1.8.6