]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cpu: de-duplicate some of the operators and refactor (ggml/1144)
authorcmdr2 <redacted>
Sat, 29 Mar 2025 06:07:13 +0000 (11:37 +0530)
committerGeorgi Gerganov <redacted>
Sun, 30 Mar 2025 05:33:31 +0000 (08:33 +0300)
commita62d7fa7a979d21bcd760f1d7c19a66e55611f44
treebb5517f81193a3541d5377e743193d64404f79c7
parente408d4351a4ad143656672479d8ae1479306ce31
cpu: de-duplicate some of the operators and refactor (ggml/1144)

* cpu: de-duplicate some of the operators and refactor

* Fix PR comments

* Fix PR comments
ggml/src/ggml-cpu/CMakeLists.txt
ggml/src/ggml-cpu/binary-ops.cpp [new file with mode: 0644]
ggml/src/ggml-cpu/binary-ops.h [new file with mode: 0644]
ggml/src/ggml-cpu/common.h [new file with mode: 0644]
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/unary-ops.cpp [new file with mode: 0644]
ggml/src/ggml-cpu/unary-ops.h [new file with mode: 0644]