How to Contribute Changes

November 4, 2020 ยท View on GitHub

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.