nest / nest-gpu

NEST GPU
https://nest-gpu.readthedocs.io
GNU General Public License v2.0
18 stars 12 forks source link

Scripts to run clang-format formatting and clang-tidy checks on all source c++/cuda files #111

Open golosio opened 7 months ago

golosio commented 7 months ago

Prepared wrappers for clang-format and clang-tidy compatibility with CUDA / CUB headers and scripts to run formatting and checks on all source c++/cuda files. Formatted source c++/cuda files with clang-format. Checked with clang-tidy and made small fixes to solve warnings.