Commit 748ee9f
authored
ggml : fix multi-threaded clamp_f32 (ggml-org#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_f321 parent 198b1ec commit 748ee9f
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9074 | 9074 | | |
9075 | 9075 | | |
9076 | 9076 | | |
9077 | | - | |
9078 | | - | |
9079 | | - | |
9080 | | - | |
9081 | 9077 | | |
9082 | 9078 | | |
9083 | 9079 | | |
| |||
0 commit comments