mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Sycl unhappy fix
This commit is contained in:
parent
ee63721bad
commit
cf2938688a
@ -242,9 +242,9 @@ public:
|
|||||||
|
|
||||||
Vec rn ; random(sRNG,rn);
|
Vec rn ; random(sRNG,rn);
|
||||||
|
|
||||||
LatticeVec z(&Grid); z=rn;
|
LatticeVec z(&Grid); z=Zero();
|
||||||
LatticeVec x(&Grid); x=rn;
|
LatticeVec x(&Grid); x=Zero();
|
||||||
LatticeVec y(&Grid); y=rn;
|
LatticeVec y(&Grid); y=Zero();
|
||||||
double a=2.0;
|
double a=2.0;
|
||||||
|
|
||||||
uint64_t Nloop=NLOOP;
|
uint64_t Nloop=NLOOP;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user