Add resident-GA mode switch and simplify sync logic
This commit is contained in:
@@ -2477,7 +2477,7 @@ __global__ void kern_enforce_ga_cuda(double * __restrict__ dxx,
|
||||
- lgxy * lgxy * lgzz
|
||||
- lgxx * lgyz * lgyz;
|
||||
|
||||
lscale = ONE / pow(lscale, F1O3);
|
||||
lscale = ONE / cbrt(lscale);
|
||||
|
||||
lgxx *= lscale;
|
||||
lgxy *= lscale;
|
||||
|
||||
Reference in New Issue
Block a user