]> git.djapps.eu Git - pkg/ggml/sources/ggml/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, 10 Apr 2025 20:58:06 +0000 (23:58 +0300)
commit25a37dee52304e44364b2589710ae0248474d8d9
tree4ebe35e82256fe232c123f0baf4f3db05415f5df
parent633ccdf7445514230fe0173a0808ad4a932331ef
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>
src/ggml-cann/aclnn_ops.cpp
src/ggml-cann/aclnn_ops.h
src/ggml-cann/ggml-cann.cpp