whisper.cpp/ggml
akleine 4e7439e81f opencl: bugfix increment ref_count in ggml_backend_opencl_init() (llama/26162)
Incrementing `ref_count` at the beginning is important later
in the `free()` method of the `ggml_backend_opencl_context` at program end.
If we do not increment the `ref_count`, the result would be -1 here,
and consequently, the profiling data would not be flushed and written.
( #ifdef GGML_OPENCL_PROFILING )
2026-08-04 13:37:47 +03:00
..
cmake ggml : Parallelize quant LUT init (llama/23595) 2026-05-25 12:26:07 +03:00
include sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
src opencl: bugfix increment ref_count in ggml_backend_opencl_init() (llama/26162) 2026-08-04 13:37:47 +03:00
.gitignore
CMakeLists.txt sync : ggml (#3962) 2026-07-31 09:11:28 +02:00