]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] refactor soft_max, add soft_max_back (#16472)
authorNeo Zhang Jianyu <redacted>
Thu, 9 Oct 2025 07:25:11 +0000 (15:25 +0800)
committerGitHub <redacted>
Thu, 9 Oct 2025 07:25:11 +0000 (10:25 +0300)
commitb2602137557b2b28a39e03612717d85ead9a6f5a
tree1fb97eee570ab2235709605e307d05fa78af9c6e
parente08db4259521de493b7aeb49dadf29ebd1ee966a
[SYCL] refactor soft_max, add soft_max_back (#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