mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 16:56:55 +01:00
cuda 9.1 fixes
This commit is contained in:
@ -51,7 +51,8 @@ public:
|
||||
ComplexField coor(in.Grid());
|
||||
ComplexField ph(in.Grid()); ph = Zero();
|
||||
FermionField in_buf(in.Grid()); in_buf = Zero();
|
||||
Complex ci(0.0,1.0);
|
||||
typedef typename Simd::scalar_type Scalar;
|
||||
Scalar ci(0.0,1.0);
|
||||
assert(twist.size() == Nd);//check that twist is Nd
|
||||
int shift = 0;
|
||||
if(fiveD) shift = 1;
|
||||
|
Reference in New Issue
Block a user