]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: Enables running gpt-oss-20b (#22906)
authorMasashi Yoshimura <redacted>
Tue, 12 May 2026 14:27:40 +0000 (23:27 +0900)
committerGitHub <redacted>
Tue, 12 May 2026 14:27:40 +0000 (07:27 -0700)
commit927dada6c9143ba4c940b72004d2698fa5e4e930
tree39b7213c27b8aa9cf0d41d9cccf25802f3737cf0
parent239a497e5f6a19dffcad4d4e601d66b1a8e51895
ggml-webgpu: Enables running gpt-oss-20b (#22906)

* Enable to run gpt-oss-20b and refactor mulmat-q

* disable test-backend-ops in ubuntu-24-webgpu
.github/workflows/build.yml
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/add_id.wgsl [new file with mode: 0644]
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_decls.tmpl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec_acc.tmpl