]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CANN: Support Opt CONV_TRANSPOSE_1D and ELU (#12786)
authorChenguang Li <redacted>
Wed, 9 Apr 2025 06:04:14 +0000 (14:04 +0800)
committerGitHub <redacted>
Wed, 9 Apr 2025 06:04:14 +0000 (14:04 +0800)
commit6e1c4cebdb697f925c523d3a969128d945161bdd
treeecebac5be0c5267f6fd6aee4c02f65c653eef4a0
parent0090950f679475c5ecaac2f7bca5049cca96492b
CANN: Support Opt CONV_TRANSPOSE_1D and ELU (#12786)

* [CANN] Support ELU and CONV_TRANSPOSE_1D

* [CANN]Modification review comments

* [CANN]Modification review comments

* [CANN]name adjustment

* [CANN]remove lambda used in template

* [CANN]Use std::func instead of template

* [CANN]Modify the code according to the review comments

---------

Signed-off-by: noemotiovon <redacted>
.devops/llama-cli-cann.Dockerfile
.github/workflows/build.yml
ggml/src/ggml-cann/aclnn_ops.cpp
ggml/src/ggml-cann/aclnn_ops.h
ggml/src/ggml-cann/ggml-cann.cpp