]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: Update the `RMS_NORM` preprocessor and add `L2_NORM` (#20665)
authorMasashi Yoshimura <redacted>
Thu, 19 Mar 2026 04:08:59 +0000 (13:08 +0900)
committerGitHub <redacted>
Thu, 19 Mar 2026 04:08:59 +0000 (21:08 -0700)
commit509a31d00f87804a466dee983a30ce29aa0441b1
treefcf1fe0e7b881b457979a242e5b1d7e14588c81c
parentea01d196d7d4fcf1aa67496d493bcad9a9087360
ggml-webgpu: Update the `RMS_NORM` preprocessor and add `L2_NORM` (#20665)

* Update the preprocessor of RMS_NORM and add L2_NORM.

* Fix the name of rms_norm to row_norm.
docs/ops.md
docs/ops/WebGPU.csv
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/rms_norm.wgsl [deleted file]
ggml/src/ggml-webgpu/wgsl-shaders/row_norm.wgsl [new file with mode: 0644]