whisper.cpp/ggml
Ruben Ortlam 13fa860764 ggml: fix backend split scheduler race condition (llama/26040)
* ggml: fix backend split scheduler race condition

splits without input were running concurrently with other splits, while potentially reusing memory the other split is accessing

* only sync when split has no inputs
2026-08-21 19:23:26 +03:00
..
cmake cmake : add config version support (ggml/1582) 2026-08-14 22:16:06 +03:00
include ggml: add ggml_rope_set_offset (+ metal support) (llama/27120) 2026-08-21 19:23:26 +03:00
src ggml: fix backend split scheduler race condition (llama/26040) 2026-08-21 19:23:26 +03:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt ggml : bump version to 0.20.2 (ggml/1589) 2026-08-18 15:33:21 +03:00