Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 610 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 610 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.

Code of Conduct

Please be mindful of and adhere to the Linux Foundation's Code of Conduct when contributing to Horovod.