whisper.cpp/ggml/src/ggml-webgpu
Chen Yuan d1d0dc2348 ggml-webgpu: add layer norm ops (llama/22406)
* shader(norm): add layer norm ops

* shader(norm): stablize floating point computation with Kahan summation and handle mixed types

* shader(norm): remove the non-contiguous strides

* shader(norm): use the original implementation rather than the kahan summation
2026-05-14 21:26:48 +03:00
..
wgsl-shaders ggml-webgpu: add layer norm ops (llama/22406) 2026-05-14 21:26:48 +03:00
CMakeLists.txt ggml webgpu: add support for emscripten builds (llama/17184) 2025-12-12 17:53:16 +02:00
ggml-webgpu-shader-lib.hpp ggml-webgpu: add layer norm ops (llama/22406) 2026-05-14 21:26:48 +03:00
ggml-webgpu.cpp ggml-webgpu: add layer norm ops (llama/22406) 2026-05-14 21:26:48 +03:00
pre_wgsl.hpp ggml webgpu: initial flashattention implementation (llama/18610) 2026-01-14 09:11:59 +02:00