QUDA  v1.1.0
A library for QCD on GPUs
gauge_fix_ovr_extra.h
Go to the documentation of this file.
1 #ifndef _GAUGE_FIX_OVR_EXTRA_H
2 #define _GAUGE_FIX_OVR_EXTRA_H
3 
4 
5 #ifdef MULTI_GPU
6 #include <map>
7 #include <quda_internal.h>
8 
9 
10 namespace quda {
11 
12 void PreCalculateLatticeIndices(size_t faceVolume_[4], size_t faceVolumeCB_[4], int X[4], int border[4], \
13  int &threads, int *borderpoints[2]);
14 
15 }
16 #endif
17 #endif