|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <iostream>#include <quda_internal.h>#include <gauge_field.h>#include <util_quda.h>#include <test_util.h>#include <dslash_util.h>#include <color_spinor_field.h>#include <blas_quda.h>Go to the source code of this file.
Functions | |
| void | init () |
| void | end () |
| void | packTest () |
| void | usage (char **) |
| int | main (int argc, char **argv) |
Variables | |
| QudaGaugeParam | param |
| cudaColorSpinorField * | cudaSpinor |
| void * | qdpCpuGauge_p [4] |
| void * | cpsCpuGauge_p |
| cpuColorSpinorField * | spinor |
| cpuColorSpinorField * | spinor2 |
| ColorSpinorParam | csParam |
| float | kappa = 1.0 |
| int | ODD_BIT = 0 |
| int | DAGGER_BIT = 0 |
| int | device |
| int | xdim |
| int | ydim |
| int | zdim |
| int | tdim |
| QudaReconstructType | link_recon |
| QudaPrecision | prec |
| char | latfile [] |
| int | gridsize_from_cmdline [] |
| bool | tune |
| QudaPrecision | prec_cpu = QUDA_DOUBLE_PRECISION |
| const QudaFieldLocation | location = QUDA_CPU_FIELD_LOCATION |
| void end | ( | void | ) |
Definition at line 106 of file pack_test.cpp.
| void init | ( | ) |
Definition at line 48 of file pack_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 203 of file pack_test.cpp.
| void packTest | ( | ) |
Definition at line 117 of file pack_test.cpp.
| void usage | ( | char ** | ) |
Definition at line 1584 of file test_util.cpp.
| void* cpsCpuGauge_p |
Definition at line 21 of file pack_test.cpp.
| ColorSpinorParam csParam |
Definition at line 24 of file pack_test.cpp.
| cudaColorSpinorField* cudaSpinor |
Definition at line 18 of file pack_test.cpp.
| int DAGGER_BIT = 0 |
Definition at line 28 of file pack_test.cpp.
| int device |
Definition at line 1546 of file test_util.cpp.
| int gridsize_from_cmdline[] |
Definition at line 1559 of file test_util.cpp.
| float kappa = 1.0 |
Definition at line 26 of file pack_test.cpp.
| char latfile[] |
Definition at line 1561 of file test_util.cpp.
| QudaReconstructType link_recon |
Definition at line 1549 of file test_util.cpp.
| const QudaFieldLocation location = QUDA_CPU_FIELD_LOCATION |
Definition at line 46 of file pack_test.cpp.
| int ODD_BIT = 0 |
Definition at line 27 of file pack_test.cpp.
| QudaGaugeParam param |
Definition at line 17 of file pack_test.cpp.
| QudaPrecision prec |
Definition at line 1551 of file test_util.cpp.
| QudaPrecision prec_cpu = QUDA_DOUBLE_PRECISION |
Definition at line 42 of file pack_test.cpp.
| void* qdpCpuGauge_p[4] |
Definition at line 20 of file pack_test.cpp.
| cpuColorSpinorField* spinor |
Definition at line 22 of file pack_test.cpp.
| cpuColorSpinorField * spinor2 |
Definition at line 22 of file pack_test.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