QUDA v0.4.0
A library for QCD on GPUs
quda/tests/llfat_reference.h
Go to the documentation of this file.
00001 #ifndef __LLFAT_REFERENCE_H__
00002 #define __LLFAT_REFERENCE_H__
00003 
00004 #ifdef __cplusplus
00005 extern "C"{
00006 #endif
00007   
00008   void llfat_reference(void** fatlink, void** sitelink, QudaPrecision prec, void* act_path_coeff);
00009   void llfat_reference_mg(void** fatlink, void** sitelink, void** ghost_sitelink, 
00010                           void** ghost_sitelink_diag, QudaPrecision prec, void* act_path_coeff);
00011   
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 
00016 #endif
00017 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines