QUDA v0.3.2
A library for QCD on GPUs

quda/include/llfat_quda.h

Go to the documentation of this file.
00001 #ifndef _LLFAT_QUDA_H
00002 #define _LLFAT_QUDA_H
00003 
00004 #include "quda.h"
00005 
00006 #ifdef __cplusplus
00007 extern "C"{
00008 #endif
00009 
00010   void llfat_cuda(void* fatLink, void* siteLink,
00011                   FullGauge cudaFatLink, FullGauge cudaSiteLink, 
00012                   FullStaple cudaStaple, FullStaple cudaStaple1,
00013                   QudaGaugeParam* param, double* act_path_coeff);
00014 
00015   void llfat_init_cuda(QudaGaugeParam* param);
00016     
00017 #ifdef __cplusplus
00018 }
00019 #endif
00020 
00021 #endif // _LLFAT_QUDA_H
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines