Commit fd53bd8
committed
common: remove references to non-existent GGML_SCHED_PRIO_LOW
The GGML_SCHED_PRIO_LOW enumeration value doesn't exist in the current
ggml API. The available priority levels are:
- GGML_SCHED_PRIO_NORMAL
- GGML_SCHED_PRIO_MEDIUM
- GGML_SCHED_PRIO_HIGH
- GGML_SCHED_PRIO_REALTIME
Remove all references to GGML_SCHED_PRIO_LOW in the priority handling
code and update the validation range checking accordingly.
This fixes compilation errors when building against system-provided
ggml libraries.1 parent d50006e commit fd53bd8
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1350 | 1350 | | |
1351 | 1351 | | |
1352 | 1352 | | |
1353 | | - | |
| 1353 | + | |
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
| |||
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
232 | | - | |
233 | 231 | | |
234 | 232 | | |
235 | 233 | | |
| |||
0 commit comments