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 @@ -18723,7 +18723,7 @@ static bool ggml_thread_apply_affinity(const bool * mask) {
18723
18723
return true;
18724
18724
}
18725
18725
18726
- static bool ggml_thread_apply_process_prio (int32_t prio) {
18726
+ static bool ggml_thread_apply_process_priority (int32_t prio) {
18727
18727
int32_t p = 0;
18728
18728
18729
18729
switch (prio) {
@@ -18773,7 +18773,7 @@ static bool ggml_thread_apply_affinity(const bool * mask) {
18773
18773
return true;
18774
18774
}
18775
18775
18776
- static bool ggml_thread_apply_process_prio (int32_t prio) {
18776
+ static bool ggml_thread_apply_process_priority (int32_t prio) {
18777
18777
struct sched_param p;
18778
18778
int32_t policy = SCHED_OTHER;
18779
18779
@@ -19307,7 +19307,7 @@ static struct ggml_compute_threadpool * ggml_create_threadpool_impl(
19307
19307
#else // Not using OPENMP
19308
19308
int32_t cpumask_iter = 0;
19309
19309
19310
- ggml_thread_apply_process_prio (tpp->prio);
19310
+ ggml_thread_apply_process_priority (tpp->prio);
19311
19311
ggml_thread_apply_thread_priority(tpp->prio);
19312
19312
19313
19313
for (int j = 0; j < tpp->n_threads; j++) {
You can’t perform that action at this time.
0 commit comments