]> git.djapps.eu Git - pkg/ggml/sources/whisper.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>
Mon, 31 Mar 2025 11:56:53 +0000 (14:56 +0300)
commit94c3f3877f604e58df59e0d295db7c9449c89b4c
treeea1c5980ba8867e1593c7acb6ec508374bbf6a0b
parent00086469fbefac73ccc39a7358c30eff3067dd79
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]