Skip to content

ContributingRequirements

Jin Wang edited this page Mar 27, 2015 · 1 revision

Introduction

This page describes the general procedure for adding code that you developed to Ocelot.

Hard Requirements

  1. Submit a High Level Design document describing your addition to the Ocelot mailing list.
  2. Pass a code review by at least one Ocelot contributor

Slightly Less Hard Requirements

  1. Be fully ANSI C++ compliant, generate no warnings on GCC 4.x
  2. Adhere to a single code style. Your pick, but it needs to be consistent. We recommend one of these llvm, google, or boost
Clone this wiki locally