QUDA
v1.1.0
A library for QCD on GPUs
|
#include <quda.h>
Go to the source code of this file.
Enumerations | |
enum class | dslash_test_type { Dslash = 0 , MatPC , Mat , MatPCDagMatPC , MatDagMat , M5 , M5inv , Dslash4pre , MatPCDagMatPCLocal } |
Functions | |
void | dslashQuda_4dpc (void *h_out, void *h_in, QudaInvertParam *inv_param, QudaParity parity, dslash_test_type test_type) |
void | dslashQuda_mdwf (void *h_out, void *h_in, QudaInvertParam *inv_param, QudaParity parity, dslash_test_type test_type) |
void | dslashQuda_mobius_eofa (void *h_out, void *h_in, QudaInvertParam *inv_param, QudaParity parity, dslash_test_type test_type) |
|
strong |
Enumerator | |
---|---|
Dslash | |
MatPC | |
Mat | |
MatPCDagMatPC | |
MatDagMat | |
M5 | |
M5inv | |
Dslash4pre | |
MatPCDagMatPCLocal |
Definition at line 5 of file dslash_test_helpers.h.
void dslashQuda_4dpc | ( | void * | h_out, |
void * | h_in, | ||
QudaInvertParam * | inv_param, | ||
QudaParity | parity, | ||
dslash_test_type | test_type | ||
) |
Apply the Dslash operator (D_{eo} or D_{oe}) for 4D EO preconditioned DWF.
h_out | Result spinor field |
h_in | Input spinor field |
param | Contains all metadata regarding host and device storage |
parity | The destination parity of the field |
test_type | Choose a type of dslash operators |
Definition at line 15 of file dslash_test_helpers.cpp.
void dslashQuda_mdwf | ( | void * | h_out, |
void * | h_in, | ||
QudaInvertParam * | inv_param, | ||
QudaParity | parity, | ||
dslash_test_type | test_type | ||
) |
Apply the Dslash operator (D_{eo} or D_{oe}) for Mobius DWF.
h_out | Result spinor field |
h_in | Input spinor field |
param | Contains all metadata regarding host and device storage |
parity | The destination parity of the field |
test_type | Choose a type of dslash operators |
Definition at line 80 of file dslash_test_helpers.cpp.
void dslashQuda_mobius_eofa | ( | void * | h_out, |
void * | h_in, | ||
QudaInvertParam * | inv_param, | ||
QudaParity | parity, | ||
dslash_test_type | test_type | ||
) |
Definition at line 145 of file dslash_test_helpers.cpp.