QUDA v0.4.0
A library for QCD on GPUs
|
00001 #ifndef _HISQ_FORCE_REFERENCE_H 00002 #define _HISQ_FORCE_REFERENCE_H 00003 00004 #include<enum_quda.h> 00005 void halfwilson_hisq_force_reference(float eps, float weight1, void* act_path_coeff, void* temp_x, void* sitelink, void* mom); 00006 void halfwilson_hisq_force_reference(double eps, double weight1, void* act_path_coeff, void* temp_x, void* sitelink, void* mom); 00007 00008 void color_matrix_hisq_force_reference(float eps, float weight, 00009 void* act_path_coeff, void* temp_xx, 00010 void* sitelink, void* mom); 00011 00012 00013 void computeHisqOuterProduct(void* src, void* dst, QudaPrecision precision); 00014 00015 void computeLinkOrderedOuterProduct(void *src, void* dest, QudaPrecision precision); 00016 00017 void computeLinkOrderedOuterProduct(void *src, void* dest, QudaPrecision precision, size_t separation); 00018 00019 00020 00021 00022 00023 #endif 00024