]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 08:16:23 +0000 (11:16 +0300)
commitd83fef35dfc48a2a5d35f46b4a999b768e37c32e
treee61ed7b1ef0ff67ab0c3b48936546805ef4553ea
parentb9eac9419c03120b2dc319bbd16357443f8a592c
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>
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cpu/vec.cpp
ggml/src/ggml-cpu/vec.h