Skip to content

b4694

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 14:52
748ee9f
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