]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml: Add initial WebGPU backend (llama/14521)
authorReese Levine <redacted>
Mon, 18 Aug 2025 16:22:37 +0000 (19:22 +0300)
committerGeorgi Gerganov <redacted>
Mon, 18 Aug 2025 16:29:46 +0000 (19:29 +0300)
commita933eb1ccbfe3b290384a67a9db8eb2b596ccfff
tree9b0a07a35a59203919c26de256566f6864a6eed1
parent7f63c13408376e260b4a5cacc30585b988edb6a1
ggml: Add initial WebGPU backend (llama/14521)

ggml-ci
src/ggml-webgpu/CMakeLists.txt [new file with mode: 0644]
src/ggml-webgpu/ggml-webgpu.cpp [new file with mode: 0644]
src/ggml-webgpu/wgsl-shaders/cpy.wgsl [new file with mode: 0644]
src/ggml-webgpu/wgsl-shaders/embed_wgsl.py [new file with mode: 0755]
src/ggml-webgpu/wgsl-shaders/memset.wgsl [new file with mode: 0644]
src/ggml-webgpu/wgsl-shaders/mul_mat.wgsl [new file with mode: 0644]
src/ggml-webgpu/wgsl-shaders/set_rows.wgsl [new file with mode: 0644]