mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Wilson perf improvements with Gauge prefetching
This commit is contained in:
		@@ -76,7 +76,7 @@ int main (int argc, char ** argv)
 | 
			
		||||
  WilsonMatrix Dw(Umu,mass);
 | 
			
		||||
  
 | 
			
		||||
  std::cout << "Calling Dw"<<std::endl;
 | 
			
		||||
  int ncall=100;
 | 
			
		||||
  int ncall=10000;
 | 
			
		||||
  double t0=usecond();
 | 
			
		||||
  for(int i=0;i<ncall;i++){
 | 
			
		||||
    Dw.multiply(src,result);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user