]> git.djapps.eu Git - pkg/ggml/sources/ggml/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 04:57:25 +0000 (07:57 +0300)
commitb5b5cbb8cac783268cdd414bf234cdd7587c8037
treea566182538c1fa13d83192cd3c68642fa424be74
parent341f2b8989fa5db8af12a1e2559f64f7e62bc14a
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>
src/ggml-sycl/common.hpp
src/ggml-sycl/dpct/helper.hpp
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/softmax.cpp
src/ggml-sycl/softmax.hpp