]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Support pure float16 add/sub/mul/div operations in the CUDA (and CPU) backend (ggml...
authorcmdr2 <redacted>
Tue, 25 Feb 2025 12:36:34 +0000 (18:06 +0530)
committerGeorgi Gerganov <redacted>
Thu, 27 Feb 2025 06:55:36 +0000 (08:55 +0200)
commitcdaee8b4bdd007c41dd6b249a33559cf2dd200d7
tree4e169d5f91d78bba307111398bc3b7588f56a458
parent4b60ff4f92bd4a767d5aff693484dc8255ec7672
Support pure float16 add/sub/mul/div operations in the CUDA (and CPU) backend (ggml/1121)

* Support float16-to-float16 add/sub/mul/div operations in the CUDA backend

* Add fp16 support for add/sub/mul/div on the CPU backend

* Add test cases for fp16 add/sub/mul/div
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cuda/binbcast.cu