-
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
Removed mr
parameter from inplace bitmask operations
#10805
Conversation
Can one of the admins verify this patch? |
rerun tests |
@karthikeyann |
ok to test |
@AtlantaPepsi Thanks for the contribution! The CI style check should pass once you format the code by following the instructions here. As you removed the |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10805 +/- ##
================================================
- Coverage 86.40% 86.32% -0.08%
================================================
Files 143 144 +1
Lines 22448 22665 +217
================================================
+ Hits 19396 19566 +170
- Misses 3052 3099 +47
Continue to review full report at Codecov.
|
Co-authored-by: Yunsong Wang <[email protected]>
Co-authored-by: Karthikeyan <[email protected]>
mr
parameter from inplace bitmask operations
@gpucibot merge |
Closes #10763
This PR removed
mr
parameter from inplace bitmask operations by following guidance for temporary memory allocation.