Update ggml.c
Remove whitespace Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
dc828c4556
commit
4ffe18ee5e
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -16734,7 +16734,7 @@ static void clear_numa_thread_affinity(void) {
|
|||
|
||||
int rv = pthread_setaffinity_np(pthread_self(), setsize, cpus);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue