]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml webgpu: actually add softmax, fix rms_norm offset (#16400)
authorReese Levine <redacted>
Sun, 5 Oct 2025 03:59:31 +0000 (20:59 -0700)
committerGitHub <redacted>
Sun, 5 Oct 2025 03:59:31 +0000 (20:59 -0700)
commit35266573b968e1c947b367782fb4b3eddbb4f3c0
tree25e146bab7326558ca1321affddb726532017895
parent86df2c9ae4f2f1ee63d2558a9dc797b98524639b
ggml webgpu: actually add softmax, fix rms_norm offset (#16400)

* implement soft_max

* Fix soft_max data race

* Temporary fix, wait on each submit
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/rms_norm.wgsl
ggml/src/ggml-webgpu/wgsl-shaders/soft_max.tmpl.wgsl