]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Remove pipeline cache mutexes (llama/19195)
authorNikhil Jain <redacted>
Mon, 2 Feb 2026 02:47:29 +0000 (18:47 -0800)
committerGeorgi Gerganov <redacted>
Sat, 7 Feb 2026 08:37:38 +0000 (10:37 +0200)
commit2948be112d66731ae8edc7191e92179f259409f3
tree8f2f6476829babc95835b68f8da46ddda1eaa355
parent7b7bb1b2be03071c74d80ce138419708a37b7dd7
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
src/ggml-webgpu/ggml-webgpu.cpp