Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.34 KB

GOVERNANCE.md

File metadata and controls

60 lines (43 loc) · 2.34 KB

Governance model

ROCm is a software stack made up of a collection of drivers, development tools, and APIs that enable GPU programming from the low-level kernel to end-user applications.

Components of ROCm that are inherited from external projects (such as LLVM and Kernel driver) follow their own governance model and code of conduct. All other components of ROCm are governed by this document.

Governance

ROCm is led and managed by AMD.

We welcome contributions from the community. Our maintainers review all proposed changes to ROCm.

Roles

  • Maintainers are responsible for their designated component and repositories.
  • Contributors provide input and suggest changes to existing components.

Maintainers

Maintainers are appointed by AMD. They are able to approve changes and can commit to our repositories. They must use pull requests (PRs) for all changes.

You can find the list of maintainers in the CODEOWNERS file of each repository. Code owners differ between repositories.

Contributors

If you're not a maintainer, you're a contributor. We encourage the ROCm community to contribute in several ways:

  • Help other community members by posting questions or solutions on our GitHub discussion forums
  • Notify us of a bugs by filing an issue report on GitHub Issues
  • Improve our documentation by submitting a PR to our repository
  • Improve the code base (for smaller or contained changes) by submitting a PR to the component
  • Suggest larger features by adding to the Ideas category in the GitHub discussion forum

For more information, refer to our contribution guidelines.

Code of conduct

To engage with any AMD ROCm component that is hosted on GitHub, you must abide by the GitHub community guidelines and the GitHub community code of conduct.