-
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
Switch over to rapids-cmake patches for thrust #11921
Switch over to rapids-cmake patches for thrust #11921
Conversation
Allows us to have better history tracking of thrust changes, and keep cudf working with rapids-cmake thrust changes
|
Manually verified that this change hasn't regressed libcudf binary size ( 262MB for single arch ) and compile times are within a couple of seconds of branch-22.12.
|
Codecov ReportBase: 87.40% // Head: 86.89% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #11921 +/- ##
================================================
- Coverage 87.40% 86.89% -0.52%
================================================
Files 133 133
Lines 21833 21982 +149
================================================
+ Hits 19084 19101 +17
- Misses 2749 2881 +132
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
I love this change. It will be so much easier to test and update our patches in the future.
Co-authored-by: Mark Harris <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
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.
Awesome. Thanks.
@gpucibot merge |
Description
Now that rapids-cmake supports custom patches we can move cudf over to rapids-cmake for Thrust. This removes the need for custom install rules in cudf for Thrust, as rapids-cmake does that for us.
This also separates out all Thrust patches so that we can better track upstream approval and remove as needed.
Checklist