]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : fix GGML_DEBUG with OpenMP (llama/19599)
authorAdrien Gallouët <redacted>
Sat, 14 Feb 2026 10:22:57 +0000 (11:22 +0100)
committerGeorgi Gerganov <redacted>
Sun, 15 Feb 2026 19:44:37 +0000 (21:44 +0200)
commit226e8c041c720e1293b519ce928487c702fff5c7
tree2bf4c56e35b23d59eba61597aed2aa1a0bbf057c
parentfbdac5119c9a8a7a7b2d8f84f49bc3890a3f561d
ggml : fix GGML_DEBUG with OpenMP (llama/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