QUDA v0.3.2
A library for QCD on GPUs

quda/include/gauge_force_quda.h

Go to the documentation of this file.
00001 #ifndef _GAUGE_FORCE_QUDA_H
00002 #define _GAUGE_FORCE_QUDA_H
00003 
00004 #ifdef __cplusplus
00005 extern "C"{
00006 #endif
00007     
00008   void gauge_force_init_cuda(QudaGaugeParam* param, int max_length);
00009     
00010   void gauge_force_cuda(FullMom cudaMom, int dir, double eb3, FullGauge cudaSiteLink,
00011                         QudaGaugeParam* param, int** input_path, int* length,
00012                         void* path_coeff, int num_paths, int max_length);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017 
00018 #endif // _GAUGE_FORCE_QUDA_H
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines