]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cpu : optimize the ggml NORM operation (llama/15953)
authorduduta <redacted>
Thu, 9 Oct 2025 19:11:15 +0000 (22:11 +0300)
committerGeorgi Gerganov <redacted>
Sun, 12 Oct 2025 04:57:25 +0000 (07:57 +0300)
commit4a8d0409ff54c33d7b169d749df32d07698c32b4
treed874c00fe20bdb3ee477858a04101b05c07ad583
parenta5891ddf7fadd942a707479c712bc6b4c7c06b19
cpu : optimize the ggml NORM operation (llama/15953)

* ggml-cpu: optimize norm operation to use intrinsics or Accelerate

          rename function

          add endif macro comment

Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: Aaron Teo <redacted>
* implement s390x SIMD suggested by @taronaeo

* add TODO comment

* tidy up spaces

---------

Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: Aaron Teo <redacted>
src/ggml-cpu/ops.cpp
src/ggml-cpu/vec.cpp
src/ggml-cpu/vec.h