Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.83 KB

File metadata and controls

42 lines (28 loc) · 1.83 KB

Contributing to cudnn-frontend

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

Code contributions

Your first issue

  1. Read the project's README.md to learn how to setup the development environment.
  2. Comment on the issue saying you are going to work on it and what changes you are going to make.
  3. Code! Make sure to update unit tests!
  4. When done, create your pull request.
  5. Wait for other developers to review your code and update code as needed.
  6. Once reviewed and approved, a cudnn-frontend developer will merge your pull request.
  7. 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!

Code Formatting

Consistent code formatting is important in the cudnn-frontend project to ensure readability, maintainability, and thus simplifies collaboration.

Branches and Versions

The cudnn-frontend repository has one main branch. Please submit a PR to this branch. We will update the doc as the policy changes.

Branch naming

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.

Attribution

Portions of contribution guide adopted from https://github.com/rapidsai/cuml/blob/branch-24.04/CONTRIBUTING.md