QUDA
v0.7.0
A library for QCD on GPUs
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
quda
tests
llfat_reference.h
Go to the documentation of this file.
1
#ifndef __LLFAT_REFERENCE_H__
2
#define __LLFAT_REFERENCE_H__
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
void
llfat_reference
(
void
**
fatlink
,
void
** sitelink,
QudaPrecision
prec
,
void
* act_path_coeff);
9
void
llfat_reference_mg
(
void
**
fatlink
,
void
** sitelink,
void
** ghost_sitelink,
10
void
** ghost_sitelink_diag,
QudaPrecision
prec
,
void
* act_path_coeff);
11
12
void
computeLongLinkCPU
(
void
**
longlink
,
void
**sitelink,
QudaPrecision
prec
,
void
* act_path_coeff);
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
18
llfat_reference
void llfat_reference(void **fatlink, void **sitelink, QudaPrecision prec, void *act_path_coeff)
Definition:
llfat_reference.cpp:411
QudaPrecision
enum QudaPrecision_s QudaPrecision
longlink
void * longlink[4]
Definition:
staggered_dslash_test.cpp:51
computeLongLinkCPU
void computeLongLinkCPU(void **longlink, void **sitelink, QudaPrecision prec, void *act_path_coeff)
Definition:
llfat_reference.cpp:389
llfat_reference_mg
void llfat_reference_mg(void **fatlink, void **sitelink, void **ghost_sitelink, void **ghost_sitelink_diag, QudaPrecision prec, void *act_path_coeff)
prec
QudaPrecision prec
Definition:
test_util.cpp:1551
fatlink
void * fatlink[4]
Definition:
staggered_dslash_test.cpp:51
Generated on Wed Feb 4 2015 17:00:16 for QUDA by
1.8.6