]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Sat, 14 Feb 2026 22:20:18 +0000 (00:20 +0200)
commitd07b0e5a9575a6faff2054eec7595c2f7645b34c
tree586075ae545217e6857057d3d90a8d806992d5d9
parentb93ccce124c364fa61dafe83aae49d6eeceabb8b
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>
src/ggml-cpu/ggml-cpu.c