]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: WebGPU disable SET_ROWS for now (#15078)
authorReese Levine <redacted>
Tue, 5 Aug 2025 23:26:38 +0000 (16:26 -0700)
committerGitHub <redacted>
Tue, 5 Aug 2025 23:26:38 +0000 (16:26 -0700)
commit9515c6131aecaccc955fdedcfe16c3e030aaefcb
treefb17b09a842fbe7602aa8d90c1bd0a66ced5971b
parentfd1234cb468935ea087d6929b2487926c3afff4b
ggml: WebGPU disable SET_ROWS for now (#15078)

* Add paramater buffer pool, batching of submissions, refactor command building/submission

* Add header for linux builds

* Free staged parameter buffers at once

* Format with clang-format

* Fix thread-safe implementation

* Use device implicit synchronization

* Update workflow to use custom release

* Remove testing branch workflow

* Disable set_rows until it's implemented

* Fix potential issue around empty queue submission

* Try synchronous submission

* Try waiting on all futures explicitly

* Add debug

* Add more debug messages

* Work on getting ssh access for debugging

* Debug on failure

* Disable other tests

* Remove extra if

* Try more locking

* maybe passes?

* test

* Some cleanups

* Restore build file

* Remove extra testing branch ci
.github/workflows/build.yml
ggml/src/ggml-webgpu/ggml-webgpu.cpp