Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .clang-tidy and fix clang-tidy warnings #857
Add .clang-tidy and fix clang-tidy warnings #857
Changes from 58 commits
debe302
86e7859
b9f7b42
d7f1a32
8d3a311
97f5571
39f067e
d9b9ab4
f65249b
118593a
401f2ae
573dd36
be95503
7c2653d
d108e80
d4ee0d4
7aafe38
b7b4300
6143ffa
2419b1c
507176a
3820f1b
2580056
633261a
0390808
973bc99
c2402b6
27fbde4
c476742
a1162b1
fb46f80
77fdc94
c54c513
a4e0d9a
a6a0cab
a12bb90
2b1b49d
b149037
2d410e3
1811fe3
d236810
5c21ec4
afc9e76
86fcffd
b808afd
9543e3f
e8e1eae
b26b9aa
7fb12d2
2c28eee
c0c71a9
111a2f4
70b85c2
7ac76e6
9dcbae6
1cfa493
41790ff
514a4f1
d3d2b08
a859235
0ac66e1
fe1d70d
fbf1c9c
6f760b1
8d743a8
397962b
87959ec
cca3880
496474f
6f4d739
8459c72
5b91598
3bfaa55
b7ea38c
098e08a
c1f9872
20528cb
ce3b3ed
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wat. Is clang-tidy going to complain about every usage of
threadIdx.x
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure about this. We can probably disable the rule for .cu files. In RMM there are so few .cu files that NOLINT isn't really a problem.