]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[WebGPU] Fix wait logic for inflight jobs (#20096)
authorNikhil Jain <redacted>
Wed, 4 Mar 2026 19:54:55 +0000 (11:54 -0800)
committerGitHub <redacted>
Wed, 4 Mar 2026 19:54:55 +0000 (11:54 -0800)
commit24d2ee052795063afffc9732465ca1b1c65f4a28
tree50d4d1395736649cca2e6267f9953df7cfa875fd
parent541bf376229d6c5cb61e4eb59b3c7629755b8271
[WebGPU] Fix wait logic for inflight jobs (#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