|
QUDA
v1.1.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <quda.h>#include <host_utils.h>#include <command_line_params.h>#include <gauge_field.h>#include "misc.h"#include "gauge_force_reference.h"#include "gauge_force_quda.h"#include <sys/time.h>#include <dslash_quda.h>#include <gtest/gtest.h>Go to the source code of this file.
Functions | |
| void | gauge_force_test (void) |
| TEST (force, verify) | |
| TEST (action, verify) | |
| int | main (int argc, char **argv) |
Variables | |
| int | length [] |
| float | loop_coeff_f [] |
| int | path_dir_x [][5] |
| int | path_dir_y [][5] |
| int | path_dir_z [][5] |
| int | path_dir_t [][5] |
| void gauge_force_test | ( | void | ) |
Definition at line 240 of file gauge_force_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 388 of file gauge_force_test.cpp.
| TEST | ( | action | , |
| verify | |||
| ) |
Definition at line 374 of file gauge_force_test.cpp.
| TEST | ( | force | , |
| verify | |||
| ) |
Definition at line 372 of file gauge_force_test.cpp.
| int length[] |
Definition at line 18 of file gauge_force_test.cpp.
| float loop_coeff_f[] |
Definition at line 23 of file gauge_force_test.cpp.
| int path_dir_t[][5] |
Definition at line 186 of file gauge_force_test.cpp.
| int path_dir_x[][5] |
Definition at line 74 of file gauge_force_test.cpp.
| int path_dir_y[][5] |
Definition at line 126 of file gauge_force_test.cpp.
| int path_dir_z[][5] |
Definition at line 177 of file gauge_force_test.cpp.