]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: ref count `ggml_backend_opencl_context` and refactor profiling (#14254)
authorlhez <redacted>
Tue, 24 Jun 2025 18:46:25 +0000 (11:46 -0700)
committerGitHub <redacted>
Tue, 24 Jun 2025 18:46:25 +0000 (11:46 -0700)
commit73e53dc834c0a2336cd104473af6897197b96277
tree40c768d4f73890d180124d801f2550110b8dcb97
parent62af464227dafa1c55e0535bcb24346326748f46
opencl: ref count `ggml_backend_opencl_context` and refactor profiling (#14254)

* Move profiling info into `ggml_backend_opencl_context`
* Add `enqueue_ndrange_kernel` to launch kernel
ggml/src/ggml-opencl/ggml-opencl.cpp