You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed a size_t to unsigned int warning in wrapper_cblas.hpp
* Update CHANGELOG
Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl>
* IWYU for src/tuning/*
* Revert "IWYU for src/tuning/*"
This reverts commit 39bf80f.
* Removed unnecessary lambda capture of 'V'
* Applied basic clang tidy checks regarding performance.
* Formatting
* Added clang tidy file to git
* Fixed declaration/definition related issues.
* Formatting
* Removed unnecessary variable.
* Added potential clang tidy linter
* Changed clang tidy checks to be the ones in the file
* Removed Github Action for clang-tidy for another PR.
* Change GetArgument default value to be by value instead of reference
* Fix argument parser function signature
* Formatting
* Added a lint for clang tidy
* Added a check to fail if there are linter suggestions.
* Added messages on failure of linting.
* Updated how to pass compile_commands.son to linter
* Changed copy to const reference
* Fixed remaining clang tidy checks
* Formatting
* Reverted const std::shared_ptr<Program>& to const std::shared_ptr<Program>
---------
Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl>
0 commit comments