mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Printing
This commit is contained in:
		@@ -198,7 +198,7 @@ namespace Grid {
 | 
				
			|||||||
	double add,mul,fma;
 | 
						double add,mul,fma;
 | 
				
			||||||
	FFTW<scalar>::fftw_flops(p,&add,&mul,&fma);
 | 
						FFTW<scalar>::fftw_flops(p,&add,&mul,&fma);
 | 
				
			||||||
	flops_call = add+mul+2.0*fma;
 | 
						flops_call = add+mul+2.0*fma;
 | 
				
			||||||
	std::cout << "FFT Flops per call "<<flops_call<<std::endl;
 | 
					
 | 
				
			||||||
	GridStopWatch timer;
 | 
						GridStopWatch timer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Barrel shift and collect global pencil
 | 
						// Barrel shift and collect global pencil
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user