Skip to content

Conversation

@JohannesGaessler
Copy link
Collaborator

This PR clarifies that contributors should focus on adding CPU support first before branching out to other backends. That makes it I think much easier for ggml backend maintainers to review the related changes.

CONTRIBUTING.md Outdated
- If you modified the `ggml` source, run the `test-backend-ops` tool to check whether different backend implementations of the `ggml` operators produce consistent results (this requires access to at least two different `ggml` backends)
- If you modified a `ggml` operator or added a new one, add the corresponding test cases to `test-backend-ops`
- Create separate PRs for each feature or fix. Avoid combining unrelated changes in a single PR
- When adding support for a new model or feature, focus on *CPU support only** in the initial PR unless you have a good reason not to. Add support for other backends like CUDA in follow-up PRs
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(missing an asterisk * to make it bold text)

@JohannesGaessler JohannesGaessler merged commit 48f4756 into ggml-org:master Dec 9, 2025
2 checks passed
Ethan-a2 pushed a commit to Ethan-a2/llama.cpp that referenced this pull request Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants