]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Remove pipeline cache mutexes (llama/19195)
authorNikhil Jain <redacted>
Mon, 2 Feb 2026 02:47:29 +0000 (18:47 -0800)
committerGeorgi Gerganov <redacted>
Sun, 8 Feb 2026 07:29:10 +0000 (09:29 +0200)
commita0256b8159d90a2640f01cca7aca5e2bc301419d
tree2e56d0ded3261273be41fef72c153fc06e72cb99
parentaca5953d8d5b850f77220fc07563bfcc86a297d3
Remove pipeline cache mutexes (llama/19195)

* Remove mutex for pipeline caches, since they are now per-thread.

* Add comment

* Run clang-format

* Cleanup

* Run CI again

* Run CI once more

* Run clang-format
ggml/src/ggml-webgpu/ggml-webgpu.cpp