]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : fix multi-threaded clamp_f32 (llama/11824)
authorRichard <redacted>
Wed, 12 Feb 2025 13:57:33 +0000 (13:57 +0000)
committerGeorgi Gerganov <redacted>
Thu, 27 Feb 2025 06:55:36 +0000 (08:55 +0200)
commitd597f83e1aa43d62556cc52b46ab6ffb819373e9
treecdf76c336749b67432e92a4fb1b4eb87a05e7928
parente5edcc62596f2a9af3e2637ef5c742af563a4b82
ggml : fix multi-threaded clamp_f32 (llama/11824)

* Bug fix for clamp_f32

When using tensors larger than 1d clamp operation does not work due to the restriction of returning if ith is not 0.

* Bug fix for clamp_f32

* Bug fix for clamp_f32
ggml/src/ggml-cpu/ggml-cpu.c