Update ggml.c
align paremeters Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
4ffe18ee5e
commit
1585fec58b
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -16713,7 +16713,7 @@ static void set_numa_thread_affinity(int thread_n) {
|
||||||
|
|
||||||
rv = pthread_setaffinity_np(pthread_self(), setsize, cpus);
|
rv = pthread_setaffinity_np(pthread_self(), setsize, cpus);
|
||||||
if (rv) {
|
if (rv) {
|
||||||
fprintf(stderr, "warning: pthread_setaffinity_np() failed: %s\n",strerror(rv));
|
fprintf(stderr, "warning: pthread_setaffinity_np() failed: %s\n", strerror(rv));
|
||||||
}
|
}
|
||||||
|
|
||||||
CPU_FREE(cpus);
|
CPU_FREE(cpus);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue