]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : fix GGML_DEBUG with OpenMP (#19599)
authorAdrien Gallouët <redacted>
Sat, 14 Feb 2026 10:22:57 +0000 (11:22 +0100)
committerGitHub <redacted>
Sat, 14 Feb 2026 10:22:57 +0000 (11:22 +0100)
commitb7742cf3217932b2e237861c8586b6f600f072fb
tree9d87882694e486f9b2fc8065bdc15d766269373a
parentbadba89320e9ba8cbebe15a7dfd33983512b76c3
ggml : fix GGML_DEBUG with OpenMP (#19599)

last_graph is only available without OpenMP, but
ggml_graph_compute_thread() is called in both cases.

Signed-off-by: Adrien Gallouët <redacted>
ggml/src/ggml-cpu/ggml-cpu.c