|  |  | @ -122,7 +122,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | #	if !defined(CUDA_VERSION) && !defined(GLM_FORCE_CUDA) |  |  |  | #	if !defined(CUDA_VERSION) && !defined(GLM_FORCE_CUDA) | 
			
		
	
		
		
			
				
					
					|  |  |  | #		include <cuda.h>  // make sure version is defined since nvcc does not define it itself!
 |  |  |  | #		include <cuda.h>  // make sure version is defined since nvcc does not define it itself!
 | 
			
		
	
		
		
			
				
					
					|  |  |  | #	endif |  |  |  | #	endif | 
			
		
	
		
		
			
				
					
					|  |  |  | # if defined(__CUDACC_RTC__) |  |  |  | #	if defined(__CUDACC_RTC__) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | #		define GLM_COMPILER GLM_COMPILER_CUDA_RTC |  |  |  | #		define GLM_COMPILER GLM_COMPILER_CUDA_RTC | 
			
		
	
		
		
			
				
					
					|  |  |  | #	elif CUDA_VERSION >= 8000 |  |  |  | #	elif CUDA_VERSION >= 8000 | 
			
		
	
		
		
			
				
					
					|  |  |  | #		define GLM_COMPILER GLM_COMPILER_CUDA80 |  |  |  | #		define GLM_COMPILER GLM_COMPILER_CUDA80 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |