]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
refactor soft_max, add soft_max_back (llama/16472)
authorNeo Zhang Jianyu <redacted>
Thu, 9 Oct 2025 07:25:11 +0000 (15:25 +0800)
committerGeorgi Gerganov <redacted>
Sun, 12 Oct 2025 08:16:23 +0000 (11:16 +0300)
commit7df6766b63a8d38d6f73b46d1d6426f1a0ef2bcc
tree356671e3f98d1b3300c434ec07ecdfa9dc1e4be1
parent21e6e72a2fb4a540a002855e568cb21d2b6f08c6
refactor soft_max, add soft_max_back (llama/16472)

* refactor to support soft_max_ext

* fix error and support soft_max_back

* rm unused functions

* fix format issue

---------

Co-authored-by: Zhang Jianyu <redacted>
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/dpct/helper.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/softmax.cpp
ggml/src/ggml-sycl/softmax.hpp