-
Notifications
You must be signed in to change notification settings - Fork 902
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
[Review] Correct unused parameter warnings in dictonary algorithms #8239
[Review] Correct unused parameter warnings in dictonary algorithms #8239
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #8239 +/- ##
===============================================
Coverage ? 82.89%
===============================================
Files ? 105
Lines ? 17938
Branches ? 0
===============================================
Hits ? 14870
Misses ? 3068
Partials ? 0 Continue to review full report at Codecov.
|
c2d2ac3
to
96de74e
Compare
@gpucibot merge |
Starting in CUDA 11.3, nvcc will start to unconditionally warn about unused parameters on functions/methods that are in anonymous namespaces.