add missing enum ggml_numa_strategies declaration

This commit is contained in:
root 2024-02-08 21:41:36 +00:00
parent 314174ddc5
commit c2c31660a5

2
ggml.h
View file

@ -667,7 +667,7 @@ extern "C" {
GGML_API void ggml_print_backtrace(void); GGML_API void ggml_print_backtrace(void);
GGML_API void ggml_numa_init(uint32_t numa); // call once for better performance on NUMA systems GGML_API void ggml_numa_init(enum ggml_numa_strategies numa); // call once for better performance on NUMA systems
GGML_API bool ggml_is_numa(void); // true if init detected that system has >1 NUMA node GGML_API bool ggml_is_numa(void); // true if init detected that system has >1 NUMA node
GGML_API void ggml_print_object (const struct ggml_object * obj); GGML_API void ggml_print_object (const struct ggml_object * obj);