If you are interested in contributing to cudnn, we encourage you to:
- Post PRs with your ideas and fixes
- File issues for bugs you find, things you'd like to see, or questions you have
- Read the project's README.md to learn how to setup the development environment.
- Comment on the issue saying you are going to work on it and what changes you are going to make.
- Code! Make sure to update unit tests!
- When done, create your pull request.
- Wait for other developers to review your code and update code as needed.
- Once reviewed and approved, a cudnn-frontend developer will merge your pull request.
- Once merged to main this will be an untagged version. A release tag will be assigned along with future frontend release by cudnn team.
Remember, if you are unsure about anything, don't hesitate to comment on issues and ask for clarifications!
Consistent code formatting is important in the cudnn-frontend project to ensure readability, maintainability, and thus simplifies collaboration.
The cudnn-frontend repository has one main branch. Please submit a PR to this branch. We will update the doc as the policy changes.
Branches used to create PRs should have a name of the form <name>-issue-<issue_number>
which conforms to the following conventions:
- Name:
- A name to convey what is being worked on
- Please use dashes or underscores between words as opposed to spaces.
Portions of contribution guide adopted from https://github.com/rapidsai/cuml/blob/branch-24.04/CONTRIBUTING.md