]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Wed, 12 Feb 2025 20:00:20 +0000 (22:00 +0200)
commitb1ce900b4a47011dc9056a72fe3d621640e37f4c
treedc369a85b299580605d9fc2bda41ae2c7db49628
parentef67b4960e9e35e45873de1a9b3f55ab652d1040
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
src/ggml-cpu/ggml-cpu.c