[PR #11140] ggml: Check return status for computation. #13453

Closed
opened 2026-04-13 00:27:44 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/11140

State: closed
Merged: Yes


We don't check the return status after computing the graph, which can silently lead to bad outputs if we try to keep going and future computation succeeds. This appears to happens in certain cases on Apple M2 devices.

Fixes #11070

**Original Pull Request:** https://github.com/ollama/ollama/pull/11140 **State:** closed **Merged:** Yes --- We don't check the return status after computing the graph, which can silently lead to bad outputs if we try to keep going and future computation succeeds. This appears to happens in certain cases on Apple M2 devices. Fixes #11070
GiteaMirror added the pull-request label 2026-04-13 00:27:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13453