mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-30 11:34:32 +00:00 
			
		
		
		
	Fix signature, but deprecating this loops style
This commit is contained in:
		| @@ -488,9 +488,9 @@ void WilsonFermion5D<Impl>::DhopInternalOverlappedComms(StencilImpl & st, Lebesg | |||||||
|   } else { |   } else { | ||||||
|     int sz=st.surface_list.size(); |     int sz=st.surface_list.size(); | ||||||
|     thread_loop( (int ss = 0; ss < sz; ss++) ,{ |     thread_loop( (int ss = 0; ss < sz; ss++) ,{ | ||||||
| 	int sU = st.surface_list[ss]; |       int sU = st.surface_list[ss]; | ||||||
| 	int sF = LLs * sU; |       int sF = LLs * sU; | ||||||
| 	Kernels::DhopSite(st,lo,U,st.CommBuf(),sF,sU,LLs,1,in,out,0,1); |       Kernels::DhopSite(Opt,st,U_v,st.CommBuf(),sF,sU,LLs,1,in_v,out_v,0,1); | ||||||
|     }); |     }); | ||||||
|   } |   } | ||||||
|   DhopComputeTime2+=usecond(); |   DhopComputeTime2+=usecond(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user