koboldcpp/ggml
akleine c745be2a2c
opencl: bugfix increment ref_count in ggml_backend_opencl_init() (#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-02 06:43:00 -07:00
..
cmake ggml : Parallelize quant LUT init (#23595) 2026-05-25 10:15:46 +03:00
include RPC: add tensor_memset (#25912) 2026-07-29 15:04:30 +08:00
src opencl: bugfix increment ref_count in ggml_backend_opencl_init() (#26162) 2026-08-02 06:43:00 -07:00
.gitignore
CMakeLists.txt ggml : bump version to 0.18.0 (ggml/1576) 2026-07-30 15:44:24 +03:00