mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +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();
|
auto U_v = U.View();
|
||||||
int Opt = WilsonKernelsStatic::Opt;
|
int Opt = WilsonKernelsStatic::Opt;
|
||||||
if (dag == DaggerYes) {
|
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 {
|
} 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();
|
DhopComputeTime+=usecond();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user