]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: add the upscale shader (#22419)
authorChen Yuan <redacted>
Fri, 1 May 2026 05:22:18 +0000 (01:22 -0400)
committerGitHub <redacted>
Fri, 1 May 2026 05:22:18 +0000 (22:22 -0700)
commitaab68217b7bd8907135dd41fbb5bcb85fca06045
treec1f316d6d04d7e751c0f81dec793fc991f7667d3
parenta95a11e5b834057e684712963f90bbb730f4745c
ggml-webgpu: add the upscale shader (#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]