|
QUDA v0.3.2
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <quda.h>#include <test_util.h>#include <gauge_quda.h>#include "misc.h"#include "gauge_force_reference.h"#include "gauge_force_quda.h"#include <sys/time.h>Go to the source code of this file.
Classes | |
| struct | dcomplex |
| struct | dsu3_matrix |
Defines | |
| #define | CX 1 |
| #define | CY 1 |
| #define | CZ 1 |
| #define | CT 1 |
Functions | |
| void | initDslashCuda (FullGauge gauge) |
| void | setDims (int *X) |
| int | main (int argc, char **argv) |
Variables | |
| int | device = 0 |
| FullGauge | cudaSiteLink |
| FullMom | cudaMom |
| QudaGaugeParam | gaugeParam |
| void * | siteLink |
| void * | mom |
| void * | refMom |
| int | verify_results = 0 |
| int | ODD_BIT = 1 |
| int | sdim = 8 |
| int | tdim = 8 |
| int | Z [4] |
| int | V |
| int | Vh |
| QudaReconstructType | link_recon = QUDA_RECONSTRUCT_12 |
| QudaPrecision | link_prec = QUDA_SINGLE_PRECISION |
| #define CT 1 |
| #define CX 1 |
| #define CY 1 |
| #define CZ 1 |
| void initDslashCuda | ( | FullGauge | gauge | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 597 of file gauge_force_test.c.
| void setDims | ( | int * | X | ) |
Definition at line 44 of file gauge_force_test.c.
Definition at line 25 of file gauge_force_test.c.
Definition at line 24 of file gauge_force_test.c.
| int device = 0 |
Definition at line 22 of file gauge_force_test.c.
Definition at line 26 of file gauge_force_test.c.
| QudaPrecision link_prec = QUDA_SINGLE_PRECISION |
Definition at line 41 of file gauge_force_test.c.
| QudaReconstructType link_recon = QUDA_RECONSTRUCT_12 |
Definition at line 40 of file gauge_force_test.c.
| void* mom |
Definition at line 28 of file gauge_force_test.c.
| int ODD_BIT = 1 |
Definition at line 32 of file gauge_force_test.c.
| void* refMom |
Definition at line 29 of file gauge_force_test.c.
| int sdim = 8 |
Definition at line 33 of file gauge_force_test.c.
| void* siteLink |
Definition at line 27 of file gauge_force_test.c.
| int tdim = 8 |
Definition at line 34 of file gauge_force_test.c.
| int V |
Definition at line 37 of file gauge_force_test.c.
| int verify_results = 0 |
Definition at line 31 of file gauge_force_test.c.
| int Vh |
Definition at line 38 of file gauge_force_test.c.
| int Z[4] |
Definition at line 36 of file gauge_force_test.c.
1.7.3