File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18736,7 +18736,7 @@ static bool ggml_thread_apply_affinity(const bool * mask) {
18736
18736
return true;
18737
18737
}
18738
18738
18739
- static bool ggml_thread_apply_process_prio (int32_t prio) {
18739
+ static bool ggml_thread_apply_process_priority (int32_t prio) {
18740
18740
int32_t p = 0;
18741
18741
18742
18742
switch (prio) {
@@ -18786,7 +18786,7 @@ static bool ggml_thread_apply_affinity(const bool * mask) {
18786
18786
return true;
18787
18787
}
18788
18788
18789
- static bool ggml_thread_apply_process_prio (int32_t prio) {
18789
+ static bool ggml_thread_apply_process_priority (int32_t prio) {
18790
18790
struct sched_param p;
18791
18791
int32_t policy = SCHED_OTHER;
18792
18792
@@ -19320,7 +19320,7 @@ static struct ggml_compute_threadpool * ggml_create_threadpool_impl(
19320
19320
#else // Not using OPENMP
19321
19321
int32_t cpumask_iter = 0;
19322
19322
19323
- ggml_thread_apply_process_prio (tpp->prio);
19323
+ ggml_thread_apply_process_priority (tpp->prio);
19324
19324
ggml_thread_apply_thread_priority(tpp->prio);
19325
19325
19326
19326
for (int j = 0; j < tpp->n_threads; j++) {
You can’t perform that action at this time.
0 commit comments