|
QUDA
v1.1.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 <host_utils.h>#include <command_line_params.h>#include <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 |
| int | ODD_BIT = 0 |
| int | DAGGER_BIT = 0 |
| QudaPrecision | prec_cpu = QUDA_DOUBLE_PRECISION |
| void end | ( | void | ) |
Definition at line 88 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 171 of file pack_test.cpp.
| void packTest | ( | ) |
Definition at line 99 of file pack_test.cpp.
| void* cpsCpuGauge_p |
Definition at line 22 of file pack_test.cpp.
| ColorSpinorParam csParam |
Definition at line 25 of file pack_test.cpp.
| cudaColorSpinorField* cudaSpinor |
Definition at line 19 of file pack_test.cpp.
| int DAGGER_BIT = 0 |
Definition at line 28 of file pack_test.cpp.
| int ODD_BIT = 0 |
Definition at line 27 of file pack_test.cpp.
| QudaGaugeParam param |
Definition at line 18 of file pack_test.cpp.
| QudaPrecision prec_cpu = QUDA_DOUBLE_PRECISION |
Definition at line 30 of file pack_test.cpp.
| void* qdpCpuGauge_p[4] |
Definition at line 21 of file pack_test.cpp.
| cpuColorSpinorField* spinor |
Definition at line 23 of file pack_test.cpp.
| cpuColorSpinorField * spinor2 |
Definition at line 23 of file pack_test.cpp.