Skip to content

ggml : fix GGML_DEBUG with OpenMP#19599

Merged
angt merged 1 commit intoggml-org:masterfrom
angt:ggml-fix-ggml_debug-with-openmp
Feb 14, 2026
Merged

ggml : fix GGML_DEBUG with OpenMP#19599
angt merged 1 commit intoggml-org:masterfrom
angt:ggml-fix-ggml_debug-with-openmp

Conversation

@angt
Copy link
Copy Markdown
Member

@angt angt commented Feb 13, 2026

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

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

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
@angt angt requested a review from ggerganov as a code owner February 13, 2026 16:28
@github-actions github-actions Bot added the ggml changes relating to the ggml tensor library for machine learning label Feb 13, 2026
@angt angt merged commit b7742cf into ggml-org:master Feb 14, 2026
74 of 78 checks passed
liparetejas pushed a commit to liparetejas/llama.cpp that referenced this pull request Feb 23, 2026
last_graph is only available without OpenMP, but
ggml_graph_compute_thread() is called in both cases.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
bartowski1182 pushed a commit to bartowski1182/llama.cpp that referenced this pull request Mar 2, 2026
last_graph is only available without OpenMP, but
ggml_graph_compute_thread() is called in both cases.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
ArberSephirotheca pushed a commit to ArberSephirotheca/llama.cpp that referenced this pull request Mar 3, 2026
last_graph is only available without OpenMP, but
ggml_graph_compute_thread() is called in both cases.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
last_graph is only available without OpenMP, but
ggml_graph_compute_thread() is called in both cases.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
rsenthilkumar6 pushed a commit to rsenthilkumar6/llama.cpp that referenced this pull request May 1, 2026
last_graph is only available without OpenMP, but
ggml_graph_compute_thread() is called in both cases.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants