mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-03 09:40:20 +00:00
f54a4ba11e
* 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