-
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
Remove detail from device_span #7533
Conversation
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.
I think we need to fix this line too: https://github.com/rapidsai/cudf/blob/branch-0.19/cpp/src/structs/structs_column_factories.cu#L53
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.
Thanks @rwlee !
grep through the codebase for |
Rerun tests. |
rerun tests |
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7533 +/- ##
===============================================
+ Coverage 81.86% 82.27% +0.41%
===============================================
Files 101 101
Lines 16884 17261 +377
===============================================
+ Hits 13822 14202 +380
+ Misses 3062 3059 -3
Continue to review full report at Codecov.
|
rerun tests |
rerun tests |
@gpucibot merge |
Fix for issue caused by stale PR issue from rapidsai#7406 Authors: - @rwlee - Keith Kraus (@kkraus14) Approvers: - Keith Kraus (@kkraus14) - Mike Wilson (@hyperbolic2346) - GALI PREM SAGAR (@galipremsagar) - Jake Hemstad (@jrhemstad) - Vukasin Milovanovic (@vuule) - Paul Taylor (@trxcllnt) URL: rapidsai#7533
Fix for issue caused by stale PR issue from #7406