]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: support for SSM_SCAN and disable set_rows error checking (#22327)
authorReese Levine <redacted>
Sat, 25 Apr 2026 06:18:15 +0000 (23:18 -0700)
committerGitHub <redacted>
Sat, 25 Apr 2026 06:18:15 +0000 (09:18 +0300)
commitdd2914dc817d688a4897155ff1ae62c7d7ae04d2
tree26bbc526edb0dfbd835743f4be6f346ad4b99508
parent0adede866ddb2e31992b3792eaea31d18ed89acf
ggml-webgpu: support for SSM_SCAN and disable set_rows error checking (#22327)

* Implement ssm_scan

* Remove blocking in graph_compute and check for set rows

* Fix bindings

* Update op support
docs/ops.md
docs/ops/WebGPU.csv
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/ssm_scan.wgsl [new file with mode: 0644]