mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ggml : reading the runtime sve config of the cpu (#8709)
* ggml : reading the runtime sve config of the cpu * change to one time init to prevent performance drop * prefix variable to avoid possible conflicts * revert xxhash fix and add brackets --------- Co-authored-by: domke <673751-domke@users.noreply.gitlab.com>
This commit is contained in:
		| @@ -143,6 +143,7 @@ extern "C" { | ||||
|  | ||||
| #if defined(__ARM_FEATURE_SVE) | ||||
| #include <arm_sve.h> | ||||
| #include <sys/prctl.h> | ||||
| #endif | ||||
|  | ||||
| // 16-bit float | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jdomke
					jdomke