mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Build a simple kernel to compare intel compiler and clang in simple environment
This commit is contained in:
		
							
								
								
									
										10
									
								
								benchmarks/Grid_su3_test.cc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								benchmarks/Grid_su3_test.cc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#include <Grid.h>
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
using namespace Grid;
 | 
			
		||||
using namespace Grid::QCD;
 | 
			
		||||
 | 
			
		||||
void su3_test_mult(LatticeColourMatrix &z, LatticeColourMatrix &x,LatticeColourMatrix &y)
 | 
			
		||||
{
 | 
			
		||||
  z=x*y;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user