-
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
Ensure better compiler cache results between cudf cal-ver branches #11835
Ensure better compiler cache results between cudf cal-ver branches #11835
Conversation
rerun tests |
d267a1e
to
4fbdfb4
Compare
Codecov ReportBase: 88.11% // Head: 86.88% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #11835 +/- ##
================================================
- Coverage 88.11% 86.88% -1.23%
================================================
Files 133 133
Lines 21982 21982
================================================
- Hits 19369 19100 -269
- Misses 2613 2882 +269
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.
One suggestion, otherwise LGTM. Thank you for doing this! I am always happy when cached compile times go down.
31c3e80
to
b8c02bc
Compare
@robertmaynard Is this ready to merge? |
There is one more issue that @robertmaynard was investigating - nvbench dependency build repeats everytime in rapids-compose environment. |
That issue is orthongonal to this. It is an issue with how compose, and ccache are setup and shouldn't block this |
By passing the CUDF_VERSION compile definition only to the single source that needs it, we can remove compiler cache misses when switching between branches with different cal-ver values.
b8c02bc
to
a1b3f56
Compare
@gpucibot merge |
Description
By passing the CUDF_VERSION compile definition only to the single source that needs it, we can remove compiler cache misses when switching between branches with different cal-ver values.
Checklist