Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 517 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 517 Bytes

Contributing to rocRAND

Pull-request guidelines

  • target the develop branch for integration
  • ensure code builds successfully
  • do not break existing test cases
  • new functionality will only be merged with new unit tests
    • new unit tests should integrate within the existing googletest framework
    • tests must have good code coverage
    • code must also have benchmark tests, and performance must be acceptable to maintainers