1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37:06 +01:00

Adding a trial for openmp overhead minimisation

This commit is contained in:
paboyle
2016-03-31 16:00:37 +01:00
parent f7b1060aed
commit e67fc2be18
2 changed files with 127 additions and 0 deletions

View File

@ -120,6 +120,13 @@ namespace Grid {
FermionField &out,
int dag);
void DhopInternalOMPbench(StencilImpl & st,
LebesgueOrder &lo,
DoubledGaugeField &U,
const FermionField &in,
FermionField &out,
int dag);
void DhopInternalCommsThenCompute(StencilImpl & st,
LebesgueOrder &lo,
DoubledGaugeField &U,