]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: Fix dequantization helpers to not pass in pointers (#21872)
authorReese Levine <redacted>
Wed, 15 Apr 2026 16:14:40 +0000 (09:14 -0700)
committerGitHub <redacted>
Wed, 15 Apr 2026 16:14:40 +0000 (09:14 -0700)
commit20d3bc2cc86a2ed79f5292b3012ec04792c54d4a
treee13936b3d17fec728d778bce8ef76c101c9cf5d3
parenta6206958d28a064564ef132091b9c617ae005f49
ggml-webgpu: Fix dequantization helpers to not pass in pointers (#21872)

* Fix dequantization helpers to not pass in pointers

* Increase XIELU precision
ggml/src/ggml-webgpu/wgsl-shaders/common_decls.tmpl
ggml/src/ggml-webgpu/wgsl-shaders/get_rows.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_decls.tmpl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_reg_tile.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_subgroup_matrix.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/unary.wgsl