]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-webgpu: add the upscale shader (llama/22419)
authorChen Yuan <redacted>
Fri, 1 May 2026 05:22:18 +0000 (01:22 -0400)
committerGeorgi Gerganov <redacted>
Fri, 1 May 2026 10:07:36 +0000 (13:07 +0300)
commitccd04522f96ff68cdba1312cca8e7472a4a8bb13
tree98ba492b799071cb3d18d89d4cfdee8accfcb89e
parentb34a9f3d83e8443835ad42778885d3b5ec8b825a
ggml-webgpu: add the upscale shader (llama/22419)

* shader(upscale): add the upscale shader with nearest, bilinear and bicubic implementations

* shader(upscale): use macro
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/upscale.wgsl [new file with mode: 0644]