mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	Do not include arm_neon.h when compiling CUDA code (ggml/1028)
This commit is contained in:
		 Frankie Robertson
					Frankie Robertson
				
			
				
					committed by
					
						 Georgi Gerganov
						Georgi Gerganov
					
				
			
			
				
	
			
			
			 Georgi Gerganov
						Georgi Gerganov
					
				
			
						parent
						
							c31ed2abfc
						
					
				
				
					commit
					9150f8fef9
				
			| @@ -14,7 +14,7 @@ | ||||
| #include <arm_sve.h> | ||||
| #endif // __ARM_FEATURE_SVE | ||||
|  | ||||
| #if defined(__ARM_NEON) | ||||
| #if defined(__ARM_NEON) && !defined(__CUDACC__) | ||||
| // if YCM cannot find <arm_neon.h>, make a symbolic link to it, for example: | ||||
| // | ||||
| //   $ ln -sfn /Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h ./src/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user