]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Sun, 15 Mar 2026 19:50:13 +0000 (21:50 +0200)
commit9b5c0c050197e83d24ad4a4aca3d9c1ae7e99879
tree8fa841394cc1c720fb4a22dc43e8951845e6dddb
parent845653c47db5d7bf04591468c9faa461898c2737
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
src/ggml-webgpu/ggml-webgpu.cpp