For information about the CLBlast library, see the README file instead.
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).
Pull requests are welcome as long as they:
- Contain unit additions or modifications
- Follow the CLBlast coding style as defined in the
.clang-formatfile. It can be automatically applied by runningclang-format -i some_modified_file.cpp. - Are made against the
masterbranch.