]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] support OP cross_entropy_loss, cross_entropy_loss_back (#25236)
authorNeo Zhang <redacted>
Tue, 7 Jul 2026 07:48:50 +0000 (15:48 +0800)
committerGitHub <redacted>
Tue, 7 Jul 2026 07:48:50 +0000 (10:48 +0300)
commit55edb2de442b50be0a29c2ed2ec88488560a96c5
treeb15fb1b35a5f3f9982d9969230b6f845f53bb0fb
parentd209086157f007ffa672991518634b8f283522b2
[SYCL] support OP cross_entropy_loss, cross_entropy_loss_back (#25236)

* support OP cross_entropy_loss, cross_entropy_loss_back

* correct format issue
docs/ops.md
docs/ops/SYCL.csv
ggml/src/ggml-sycl/cross_entropy_loss.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/cross_entropy_loss.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/ggml-sycl.cpp