]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 17:30:45 +0000 (20:30 +0300)
commit5ed45b251853c1678e595a54452a3261224ee329
tree5a815043e4c9f1bd3099ab6a3c72ddd101000a50
parent03d66076913bb912fb0f6d25aa1f97bad1a04d3e
ggml: Add initial WebGPU backend (llama/14521)

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