-
Notifications
You must be signed in to change notification settings - Fork 915
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
Replace thrust/std::get
with structured bindings
#9915
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9915 +/- ##
================================================
- Coverage 10.49% 10.40% -0.09%
================================================
Files 119 119
Lines 20305 20503 +198
================================================
+ Hits 2130 2134 +4
- Misses 18175 18369 +194
Continue to review full report at Codecov.
|
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.
Small nit. Thanks for doing this!
@gpucibot merge |
thrust/std::get
with structure bindingsthrust/std::get
with structured bindings
While watching @bdice and @isVoid's Better Code talk, I noticed a pair of
thrust::get
s that could be replaced by structured bindings. I did a quick search and found all the places the clean up could be done. That is what this PR does.