github ggml-org/llama.cpp b10229

2 hours ago
Details

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 )

Website:

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

  • DISABLED
  • openEuler x86 (310p)
  • openEuler x86 (910b, ACL Graph)
  • openEuler aarch64 (310p)
  • openEuler aarch64 (910b, ACL Graph)

UI:

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.