Go to the source code of this file.
Classes |
struct | kernel_param_s |
Typedefs |
typedef struct kernel_param_s | kernel_param_t |
Functions |
void | gauge_force_init_cuda (QudaGaugeParam *param, int max_length) |
void | gauge_force_cuda (cudaGaugeField &cudaMom, double eb3, cudaGaugeField &cudaSiteLink, QudaGaugeParam *param, int ***input_path, int *length, void *path_coeff, int num_paths, int max_length) |
int | computeGaugeForceQuda (void *mom, void *sitelink, int ***input_path_buf, int *path_length, void *loop_coeff, int num_paths, int max_length, double eb3, QudaGaugeParam *qudaGaugeParam, double *timeinfo) |
Typedef Documentation
Function Documentation
int computeGaugeForceQuda |
( |
void * |
mom, |
|
|
void * |
sitelink, |
|
|
int *** |
input_path_buf, |
|
|
int * |
path_length, |
|
|
void * |
loop_coeff, |
|
|
int |
num_paths, |
|
|
int |
max_length, |
|
|
double |
eb3, |
|
|
QudaGaugeParam * |
qudaGaugeParam, |
|
|
double * |
timeinfo |
|
) |
| |