]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : add more generic custom op, remove deprecated custom ops (#1183)
authorDiego Devesa <redacted>
Wed, 9 Apr 2025 10:31:34 +0000 (12:31 +0200)
committerGitHub <redacted>
Wed, 9 Apr 2025 10:31:34 +0000 (12:31 +0200)
commit52991e37a53185f7026519e0d538d191573d16a0
treea3c97d9021c7b9a63544a36a5f11d3d7193c9abd
parent1e965e8bd6f756949147c30ad2c7560d6561f434
ggml : add more generic custom op, remove deprecated custom ops (#1183)

* ggml : add more generic ggml_custom op

* ggml : remove deprecated custom ops
include/ggml.h
src/ggml-cpu/ggml-cpu.c
src/ggml-cpu/ops.cpp
src/ggml-cpu/ops.h
src/ggml-impl.h
src/ggml.c
tests/test-customop.c