]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CANN: Add cross_entropy_loss op support (#16886)
authorTecJesh <redacted>
Thu, 13 Nov 2025 01:39:51 +0000 (09:39 +0800)
committerGitHub <redacted>
Thu, 13 Nov 2025 01:39:51 +0000 (09:39 +0800)
commit97d5117217e4ad904493345e2f71dfe441a08e25
tree07518066dbd2a1cbbd218bd9832a8d4f067dadc7
parenta90eb94ca9ec19f049a1c8e4958e71d9da777569
CANN: Add cross_entropy_loss op support (#16886)

* update L2_NORM op support

* update L2_NORM op support

* remove extra whitespace

* cann: update cross_entropy_loss op support

* remove trailing whitespaces

* rebase the latest code in the main repository and remove the l2_norm operator that already exists in another pull request.

* undo the l2_norm operator deletion
ggml/src/ggml-cann/aclnn_ops.cpp
ggml/src/ggml-cann/aclnn_ops.h
ggml/src/ggml-cann/ggml-cann.cpp