]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Fix wait logic for inflight jobs (llama/20096)
authorNikhil Jain <redacted>
Wed, 4 Mar 2026 19:54:55 +0000 (11:54 -0800)
committerGeorgi Gerganov <redacted>
Mon, 16 Mar 2026 11:10:15 +0000 (13:10 +0200)
commit4834971a4f62ba9e77d73a3261f666c5123ee0e0
tree7466d6e9ed2e77f8a56bbb804552b655a9af8abc
parent8d78d409460b56cc128c7a36c87c92c024408eef
Fix wait logic for inflight jobs (llama/20096)

* Enable tmate debugging for investigating thread safety issue

* Refactor wait and submit to operate on vector<wgpu::FutureWaitInfo>, and fix wait to delete only the future that is completed.

* Cleanup

* Remove clear change and run clang-format

* Cleanup
ggml/src/ggml-webgpu/ggml-webgpu.cpp