]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Implement async tensor api and event api (llama/22099)
authorNikhil Jain <redacted>
Wed, 22 Apr 2026 17:52:01 +0000 (10:52 -0700)
committerGeorgi Gerganov <redacted>
Thu, 30 Apr 2026 08:29:16 +0000 (11:29 +0300)
commitd2a26dc8e26edc72f0ba1b9d9f727d34625c9c7b
tree3c4d904981c6bd3f2292b24b459f983bdeff8358
parent0fbe4c4ca7a4c42c217a8f2ada04677c33a20b2c
Implement async tensor api and event api (llama/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