]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Remove pipeline cache mutexes (#19195)
authorNikhil Jain <redacted>
Mon, 2 Feb 2026 02:47:29 +0000 (18:47 -0800)
committerGitHub <redacted>
Mon, 2 Feb 2026 02:47:29 +0000 (18:47 -0800)
commit2dc3ce2166a6c3b149402af60c15f4d80b472a6c
tree8caa091125cfd79bb2f86ebdc867e49533b8b0bb
parent3bc8d2cf23d86232bbdd9dcb60946f6a9199c15c
Remove pipeline cache mutexes (#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