mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#10797)
other windows build fixes
This commit is contained in:
		| @@ -74,8 +74,8 @@ static inline int ggml_up(int n, int m) { | ||||
| // | ||||
|  | ||||
| GGML_ATTRIBUTE_FORMAT(2, 3) | ||||
| void ggml_log_internal        (enum ggml_log_level level, const char * format, ...); | ||||
| void ggml_log_callback_default(enum ggml_log_level level, const char * text, void * user_data); | ||||
| GGML_API void ggml_log_internal        (enum ggml_log_level level, const char * format, ...); | ||||
| GGML_API void ggml_log_callback_default(enum ggml_log_level level, const char * text, void * user_data); | ||||
|  | ||||
| #define GGML_LOG(...)       ggml_log_internal(GGML_LOG_LEVEL_NONE , __VA_ARGS__) | ||||
| #define GGML_LOG_INFO(...)  ggml_log_internal(GGML_LOG_LEVEL_INFO , __VA_ARGS__) | ||||
| @@ -304,8 +304,8 @@ struct ggml_cgraph ggml_graph_view(struct ggml_cgraph * cgraph, int i0, int i1); | ||||
|  | ||||
| // Memory allocation | ||||
|  | ||||
| void * ggml_aligned_malloc(size_t size); | ||||
| void ggml_aligned_free(void * ptr, size_t size); | ||||
| GGML_API void * ggml_aligned_malloc(size_t size); | ||||
| GGML_API void ggml_aligned_free(void * ptr, size_t size); | ||||
|  | ||||
| // FP16 to FP32 conversion | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Diego Devesa
					Diego Devesa