Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 940 Bytes

File metadata and controls

20 lines (12 loc) · 940 Bytes

CLBlast: Contributing guidelines

For information about the CLBlast library, see the README file instead.

Tuning results

A dedicated GitHub issue is available to post new tuning results. If you compiled with the tuners (see the README for instructions), ran one of the tuners on your device (or all perhaps?), and feel that these results should be included in the next release of CLBlast, please post them there. You can do this by attaching the JSON files to the issue (archived in a .ZIP file).

Code improvements and additions

Pull requests are welcome as long as they:

  • Contain unit additions or modifications
  • Follow the CLBlast coding style as defined in the .clang-format file. It can be automatically applied by running clang-format -i some_modified_file.cpp.
  • Are made against the master branch.