]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CANN: Add broadcast for softmax and FA (#15208)
authorhipudding <redacted>
Mon, 11 Aug 2025 14:50:31 +0000 (22:50 +0800)
committerGitHub <redacted>
Mon, 11 Aug 2025 14:50:31 +0000 (22:50 +0800)
commitbe48528b068111304e4a0bb82c028558b5705f05
treec01e8166fd7c97fd3a8aa07086f3eec73810c21c
parentcf9e5648a7ae02f7728fefcbcfd2979d83c96e8f
CANN: Add broadcast for softmax and FA (#15208)

* refactor softmax

* fix fa

* fix mask shape

* format

* add comments

* Remove whitespace
ggml/src/ggml-cann/aclnn_ops.cpp
ggml/src/ggml-cann/ggml-cann.cpp