mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 08:17:05 +01:00
Zero changes, acceleartor on kernels and some thread loop changes
This commit is contained in:
@ -138,7 +138,7 @@ public:
|
||||
//////////////////////////////////////////////////////
|
||||
|
||||
assert(FermOp.ConstEE() == 1);
|
||||
PhiEven = zero;
|
||||
PhiEven = Zero();
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
@ -205,7 +205,7 @@ public:
|
||||
|
||||
msCG(Mpc, PhiOdd, MPhi_k);
|
||||
|
||||
dSdU = zero;
|
||||
dSdU = Zero();
|
||||
for (int k = 0; k < Npole; k++) {
|
||||
RealD ak = PowerNegHalf.residues[k];
|
||||
|
||||
|
Reference in New Issue
Block a user