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
We want to add rules to RAPIDS repos clang-format files to automate the C++ include grouping and ordering to ensure consistency and make it easier to write scripts that insert includes into C++ files. Such scripts would not have to worry about placing the includes in the right place because clang-format will fix up any ordering or grouping problems after running the script.
I don't want to do more work on this than necessary. I'm sure there are other RAPIDS repos that need clang header grouping... If there are other RAPIDS repos that also use rmm::device_memory_resource* then I can do the work, otherwise maybe we can delegate. :)
We want to add rules to RAPIDS repos clang-format files to automate the C++ include grouping and ordering to ensure consistency and make it easier to write scripts that insert includes into C++ files. Such scripts would not have to worry about placing the includes in the right place because clang-format will fix up any ordering or grouping problems after running the script.
Full discussion in the cuDF PR.
Tasks
The text was updated successfully, but these errors were encountered: