]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[WebGPU] Implement async tensor api and event api (#22099)
authorNikhil Jain <redacted>
Wed, 22 Apr 2026 17:52:01 +0000 (10:52 -0700)
committerGitHub <redacted>
Wed, 22 Apr 2026 17:52:01 +0000 (10:52 -0700)
commit0d0764dfd257c0ae862525c05778207f87b99b1c
tree29435192686b54254cc7a43374e4ee3fcd005482
parent6da7168312a01da0f1ea50c8eb909340bb192c4e
[WebGPU] Implement async tensor api and event api  (#22099)

* Only run webgpu CI on my fork

* Implement set_tensor_async

* Implement synchronize api

* Implement event creation and deletion API

* Cleanup

* Cleanup

* Comment out jobs for local CI run

* Add webgpu only workflow

* Delete .github/workflows/build-webgpu.yml

* Cleanup

* Cleanup

* Update API with function handlers

* Run clang-format

* Replace one-shot buffer with a direct queue.WriteBuffer using the buffer context
ggml/src/ggml-webgpu/ggml-webgpu.cpp