]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cpu: de-duplicate some of the operators and refactor (#1144)
authorcmdr2 <redacted>
Sat, 29 Mar 2025 06:07:13 +0000 (11:37 +0530)
committerGitHub <redacted>
Sat, 29 Mar 2025 06:07:13 +0000 (11:37 +0530)
commit2621d5ad344906d2dc8c5dbfc112f83e75269e49
tree47c224735d6a3dff5b358054691eb4801792b30d
parent8bca12b24731a08ea37c086e97f226aa902db1c2
cpu: de-duplicate some of the operators and refactor (#1144)

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

* Fix PR comments

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