fix args
This commit is contained in:
parent
2c1b5ae197
commit
8502d5178e
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -14099,7 +14099,7 @@ void clear_numa_thread_affinity(void)
|
|||
// TODO: Windows etc.
|
||||
// (the linux implementation may also work on BSD, someone should test)
|
||||
void set_numa_thread_affinity(int thread_n, int n_threads) { UNUSED(thread_n); UNUSED(n_threads); }
|
||||
void clear_numa_thread_affinity(int thread_n, int n_threads) { UNUSED(thread_n); UNUSED(n_threads); }
|
||||
void clear_numa_thread_affinity() {}
|
||||
#endif
|
||||
|
||||
struct ggml_compute_state_shared {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue