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

Stats switch off

This commit is contained in:
Peter Boyle 2016-12-27 11:25:22 +00:00
parent 1caa3fbc2d
commit a869addef1

View File

@ -415,7 +415,7 @@ void WilsonFermion5D<Impl>::DhopInternal(StencilImpl & st, LebesgueOrder &lo,
int sF = LLs * sU;
Kernels::DiracOptDhopSiteDag(st, lo, U, st.CommBuf(), sF, sU, LLs, 1, in, out);
}
#ifdef AVX512
#ifdef AVX512_SWITCHOFF
} else if (stat.is_init() ) {
int nthreads;