whisper.cpp/ggml
Max Krasnyansky a2886fba48
Fix race conditions in threadpool when dealing with dynamic/frequent n_threads changes (llama/17748)
* tests: update barrier test to check for race condition in active threads

* cpu: combine n_graph and n_threads into a single atomic update

* tests: add multi-graph test for test_barrier
2025-12-12 17:53:24 +02:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (llama/15094) 2025-08-18 20:30:45 +03:00
include ggml : remove GGML_KQ_MASK_PAD constant (llama/17910) 2025-12-12 17:53:24 +02:00
src Fix race conditions in threadpool when dealing with dynamic/frequent n_threads changes (llama/17748) 2025-12-12 17:53:24 +02:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt ggml-cpu: add ggml_thread_cpu_relax with Zihintpause support (llama/17784) 2025-12-12 17:53:21 +02:00