context : restore preemptive sched reset when LLAMA_SET_ROWS=0 (#14870)

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-07-25 14:28:06 +03:00
committed by GitHub
parent 749e0d27f0
commit c1dbea752a
2 changed files with 17 additions and 1 deletions

View File

@@ -287,6 +287,10 @@ private:
bool has_evaluated_once = false;
// env: LLAMA_SET_ROWS (temporary)
// ref: https://github.com/ggml-org/llama.cpp/pull/14285
bool supports_set_rows = false;
// perf
mutable int64_t t_start_us = 0;
mutable int64_t t_load_us = 0;