Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 433 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 433 Bytes

Contributing to Horovod

Thanks for taking the time to contribute!

Refer to the following guidelines to contribute new functionality or bug fixes to Horovod:

  1. Use autopep8 to format the Python code.
  2. Use clang-format to format C++ code.
  3. Add unit tests for any new code you write.
  4. Run unit tests in both CPU and GPU environments.