]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: implement ABS and NEG (#17245)
authorGiuseppe Scrivano <redacted>
Sat, 15 Nov 2025 11:00:29 +0000 (12:00 +0100)
committerGitHub <redacted>
Sat, 15 Nov 2025 11:00:29 +0000 (12:00 +0100)
commit1568d13c2c6601fc902089ae53863bc0ef00259b
tree78bf138caede697bd55691e858618697f1b05971
parent439342ea0be347ff279ec204719794df3b3108f6
vulkan: implement ABS and NEG (#17245)

* docs: update Vulkan ops

* vulkan: add NEG op

* vulkan: add ABS op

---------

Signed-off-by: Giuseppe Scrivano <redacted>
docs/ops.md
docs/ops/Vulkan.csv
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/abs.comp [new file with mode: 0644]
ggml/src/ggml-vulkan/vulkan-shaders/neg.comp [new file with mode: 0644]
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp