Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2.16 KB

CONTRIBUTING.md

File metadata and controls

36 lines (32 loc) · 2.16 KB

How to Contribute Changes

Contribution Steps

About the Code

  • The Pitchfork Layout is used to physically organise files; the separate header convention is adopted.
  • The PPP Style Guide governs coding style; 80-character line-length is mandatory.
  • The HIP CPU Runtime is fully implemented in C++, and a compliant C++ development environment is required
    • C++17 is the earliest supported language standard;
    • Full support is required both in the compiler and in the standard library; the HIP CPU Runtime will try to signal at compile time if features are missing.