whisper.cpp/ggml
Daniel Bevenius a2839b4404 ggml-cuda : add explicit casts to -INFINITY for float and half2 types
This commit adds explicit casts to float for -INFINITY.

The motivation for this is that in CUDA 11.8.0, the -INFINITY macro is
defined as a double (a header provided NVCC). This triggers a warning
and hence causes a CI failure in whisper.cpp. I belive that this header
might have been updated in CUDA 12 which is why we don't see this
warning.

Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/25713948217/job/75500081939?pr=3803
Refs: https://github.com/ggml-org/llama.cpp/issues/22824
2026-05-12 08:24:08 +02:00
..
cmake cmake : add FindNCCL.cmake (ggml/0) 2026-05-02 15:02:42 +03:00
include CUDA: lower-case PCI bus id, standardize for ggml (llama/22820) 2026-05-10 17:26:31 +03:00
src ggml-cuda : add explicit casts to -INFINITY for float and half2 types 2026-05-12 08:24:08 +02:00
.gitignore
CMakeLists.txt ggml : bump version to 0.11.1 (ggml/1484) 2026-05-10 17:26:33 +03:00