]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: add q4_0/q8_0 SET_ROWS (#23760)
authorReese Levine <redacted>
Fri, 29 May 2026 21:14:11 +0000 (14:14 -0700)
committerGitHub <redacted>
Fri, 29 May 2026 21:14:11 +0000 (14:14 -0700)
commitb22da25889cf71bf9654a8d04468e0506bb087f8
tree1f08b8eac00f25ec408ac94d06bc05f36981ae16
parent689a9a470e5d96a853731b2accd463475e5e9a19
ggml-webgpu: add q4_0/q8_0 SET_ROWS (#23760)

* Add q8_0 and q4_0 set_rows

* Add fast(er) quantization set_rows path

* formatting/naming

* a little more naming

* Remove unused constant

* Don't override other override

* Avoid bitcast

* Narrow relaxation
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/set_rows.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/set_rows_quant.wgsl [new file with mode: 0644]
tests/test-backend-ops.cpp