]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : fix multi-threaded clamp_f32 (#11824)
authorRichard <redacted>
Wed, 12 Feb 2025 13:57:33 +0000 (13:57 +0000)
committerGitHub <redacted>
Wed, 12 Feb 2025 13:57:33 +0000 (15:57 +0200)
commit748ee9fe9312acb8755ee4bf46fd9de2e6a45f29
tree15a498d94cdf6932a6bf37c416f43a0bd4466559
parent198b1ec611a2c551ea40e5b9c0b862f37555a4cc
ggml : fix multi-threaded clamp_f32 (#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