-
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
[REVIEW] Resolve Forward merging of branch-22.04
into branch-22.06
#10598
[REVIEW] Resolve Forward merging of branch-22.04
into branch-22.06
#10598
Conversation
@bdice spotted some copyright failures in rapidsai#10512 This is because CI copyright checks were introduced in between of `22.04` release and some files that were modified prior to that didn't have their copyrights updated, so this PR updates those missing files. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8)
Replaces the deprecated use of `as_gpu_matrix` with `to_cupy`, and also updates some deprecated calls to `cupy.fromDlpack`. Closes rapidsai#10582 Authors: - Charles Blackmon-Luca (https://github.com/charlesbluca) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - AJ Schmidt (https://github.com/ajschmidt8)
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
branch-22.04
into branch-22.06
branch-22.04
into branch-22.06
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10598 +/- ##
================================================
+ Coverage 86.29% 86.31% +0.01%
================================================
Files 140 140
Lines 22255 22255
================================================
+ Hits 19205 19209 +4
+ Misses 3050 3046 -4
Continue to review full report at Codecov.
|
This PR resolves merge conflicts in forward merger: #10596