|
QUDA v0.3.2
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <iostream>#include <quda_internal.h>#include <gauge_quda.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 |
| FullGauge | cudaGauge |
| cudaColorSpinorField * | cudaSpinor |
| void * | qdpGauge [4] |
| void * | cpsGauge |
| cpuColorSpinorField * | spinor |
| cpuColorSpinorField * | spinor2 |
| ColorSpinorParam | csParam |
| float | kappa = 1.0 |
| int | ODD_BIT = 0 |
| int | DAGGER_BIT = 0 |
| void end | ( | void | ) |
Definition at line 83 of file pack_test.cpp.
| void init | ( | ) |
Definition at line 29 of file pack_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 144 of file pack_test.cpp.
| void packTest | ( | ) |
Definition at line 94 of file pack_test.cpp.
| void* cpsGauge |
Definition at line 20 of file pack_test.cpp.
Definition at line 23 of file pack_test.cpp.
Definition at line 16 of file pack_test.cpp.
Definition at line 17 of file pack_test.cpp.
| int DAGGER_BIT = 0 |
Definition at line 27 of file pack_test.cpp.
| float kappa = 1.0 |
Definition at line 25 of file pack_test.cpp.
| int ODD_BIT = 0 |
Definition at line 26 of file pack_test.cpp.
Definition at line 15 of file pack_test.cpp.
| void* qdpGauge[4] |
Definition at line 19 of file pack_test.cpp.
Definition at line 21 of file pack_test.cpp.
Definition at line 21 of file pack_test.cpp.
1.7.3