|
QUDA v0.4.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 <wilson_dslash_reference.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 () |
| 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 |
| const QudaFieldLocation | location = QUDA_CPU_FIELD_LOCATION |
| void end | ( | void | ) |
Definition at line 86 of file pack_test.cpp.
| void init | ( | ) |
Definition at line 32 of file pack_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 173 of file pack_test.cpp.
| void packTest | ( | ) |
Definition at line 97 of file pack_test.cpp.
| void* cpsCpuGauge_p |
Definition at line 19 of file pack_test.cpp.
Definition at line 22 of file pack_test.cpp.
Definition at line 16 of file pack_test.cpp.
| int DAGGER_BIT = 0 |
Definition at line 26 of file pack_test.cpp.
| float kappa = 1.0 |
Definition at line 24 of file pack_test.cpp.
| const QudaFieldLocation location = QUDA_CPU_FIELD_LOCATION |
Definition at line 30 of file pack_test.cpp.
| int ODD_BIT = 0 |
Definition at line 25 of file pack_test.cpp.
Definition at line 15 of file pack_test.cpp.
| void* qdpCpuGauge_p[4] |
Definition at line 18 of file pack_test.cpp.
Definition at line 20 of file pack_test.cpp.
Definition at line 20 of file pack_test.cpp.
1.7.4