1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-24 12:45:56 +01:00

berrier for debug code

This commit is contained in:
Quadro 2021-06-08 21:18:22 -04:00
parent f68036c79f
commit cd5e3fbd82

View File

@ -462,8 +462,8 @@ void WilsonFermion5D<Impl>::DhopInternalDirichletComms(StencilImpl & st, Lebesgu
} else { } else {
Kernels::DhopKernel (Opt,st,U,st.CommBuf(),LLs,U.oSites(),in,out,1,0); Kernels::DhopKernel (Opt,st,U,st.CommBuf(),LLs,U.oSites(),in,out,1,0);
} }
accelerator_barrier();
DhopComputeTime+=usecond(); DhopComputeTime+=usecond();
} }