-
Notifications
You must be signed in to change notification settings - Fork 917
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
Use Default Memory Resource for Temporaries in reduction.cpp
#9344
Use Default Memory Resource for Temporaries in reduction.cpp
#9344
Conversation
reduction.cpp
reduction.cpp
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9344 +/- ##
================================================
- Coverage 10.79% 10.77% -0.02%
================================================
Files 116 116
Lines 18869 19360 +491
================================================
+ Hits 2036 2087 +51
- Misses 16833 17273 +440
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.
LGTM!
@gpucibot merge |
This PR replaces the memory resource for temporaries in
reduction.cpp
with default memory resources.