NVIDIA / nvbench

CUDA Kernel Benchmarking Library
Apache License 2.0
528 stars 66 forks source link

Fix formatting #96

Closed gevtushenko closed 2 years ago

gevtushenko commented 2 years ago

This PR changes the line limit to 100 and also uses newer policy for SortIncludes. I've auto formatted the source base with clang-format 14.0. The sources seems to benefit from larger line limit.

gevtushenko commented 2 years ago

Before (or just after) merging this branch, add a file like this one to this repo with the final SHA for this change so we can exclude these changes from blame, etc.

Another suggestion is to edit the commit author and change it to just clang-format. I like to clearly label these large automated changes as style-only in the metadata.

That's a great suggestion! Added .git-blame-ignore-revs file and changes the author.