mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 11:24:35 +00:00
ggml : try another fix
This commit is contained in:
parent
e9caab61a2
commit
974e3cadff
2
ggml.c
2
ggml.c
@ -1959,7 +1959,7 @@ struct ggml_numa_nodes {
|
||||
uint32_t n_nodes;
|
||||
uint32_t total_cpus; // hardware threads on system
|
||||
uint32_t current_node; // node on which main process is execting
|
||||
#if defined(__linux__) && !defined(__ANDROID__)
|
||||
#if defined(__linux__) && !defined(BIONIC)
|
||||
cpu_set_t cpuset; // cpuset from numactl
|
||||
#else
|
||||
uint32_t cpuset; // no NUMA support outside of Linux at this time. Use a portable datatype
|
||||
|
Loading…
Reference in New Issue
Block a user