|
QUDA v0.3.2
A library for QCD on GPUs
|
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 00010 #ifdef __cplusplus 00011 } 00012 #endif 00013 00014 #endif 00015
1.7.3