]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
CANN: Support Opt CONV_TRANSPOSE_1D and ELU (llama/12786)
authorChenguang Li <redacted>
Wed, 9 Apr 2025 06:04:14 +0000 (14:04 +0800)
committerGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 17:39:16 +0000 (20:39 +0300)
commit6cae79a1d7511f3886e221ce1b67ddd976aa92b4
treecb68b15007c9ac6ad62a532fede886dd3a522dea
parentb9bfe0c693fde2201f3d37505525c65dadc76751
CANN: Support Opt CONV_TRANSPOSE_1D and ELU (llama/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>
ggml/src/ggml-cann/aclnn_ops.cpp
ggml/src/ggml-cann/aclnn_ops.h
ggml/src/ggml-cann/ggml-cann.cpp