mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Benchmark_zmm added
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1,3 +1,4 @@
 | 
			
		||||
 | 
			
		||||
    /*************************************************************************************
 | 
			
		||||
 | 
			
		||||
    Grid physics library, www.github.com/paboyle/Grid 
 | 
			
		||||
@@ -127,6 +128,13 @@ namespace Grid {
 | 
			
		||||
				FermionField &out,
 | 
			
		||||
				int dag);
 | 
			
		||||
 | 
			
		||||
      void DhopInternalL1bench(StencilImpl & st,
 | 
			
		||||
				LebesgueOrder &lo,
 | 
			
		||||
				DoubledGaugeField &U,
 | 
			
		||||
				const FermionField &in, 
 | 
			
		||||
				FermionField &out,
 | 
			
		||||
				int dag);
 | 
			
		||||
 | 
			
		||||
      void DhopInternalCommsThenCompute(StencilImpl & st,
 | 
			
		||||
			LebesgueOrder &lo,
 | 
			
		||||
			DoubledGaugeField &U,
 | 
			
		||||
@@ -155,7 +163,7 @@ namespace Grid {
 | 
			
		||||
      ///////////////////////////////////////////////////////////////
 | 
			
		||||
      // Data members require to support the functionality
 | 
			
		||||
      ///////////////////////////////////////////////////////////////
 | 
			
		||||
    protected:
 | 
			
		||||
    public:
 | 
			
		||||
 | 
			
		||||
      // Add these to the support from Wilson
 | 
			
		||||
      GridBase *_FourDimGrid;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user