mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Clearer kernel call meaning
This commit is contained in:
parent
19b527e83f
commit
ca0607b6ef
@ -516,9 +516,9 @@ void WilsonFermion5D<Impl>::DhopInternalSerialComms(StencilImpl & st, LebesgueOr
|
||||
auto U_v = U.View();
|
||||
int Opt = WilsonKernelsStatic::Opt;
|
||||
if (dag == DaggerYes) {
|
||||
Kernels::DhopDag(Opt,st,U,st.CommBuf(),LLs,U_v.end(),in,out);
|
||||
Kernels::DhopDag(Opt,st,U,st.CommBuf(),LLs,U_v.size(),in,out);
|
||||
} else {
|
||||
Kernels::Dhop(Opt,st,U,st.CommBuf(),LLs,U_v.end(),in,out);
|
||||
Kernels::Dhop(Opt,st,U,st.CommBuf(),LLs,U_v.size(),in,out);
|
||||
}
|
||||
DhopComputeTime+=usecond();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user