-
Notifications
You must be signed in to change notification settings - Fork 304
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
build.sh switch to use RAPIDS
magic value
#3127
build.sh switch to use RAPIDS
magic value
#3127
Conversation
rapids-cmake 23.02 is deprecating the magic value of `ALL` since it doesn't cleanly map to the cmake magic value of `all`. Instead we use `RAPIDS` which better represents the architectures we are building for.
RAPIDS
magic valueRAPIDS
magic value
rerun tests |
1 similar comment
rerun tests |
…s-cmake-magic-value
Codecov ReportBase: 57.60% // Head: 55.15% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #3127 +/- ##
================================================
- Coverage 57.60% 55.15% -2.45%
================================================
Files 147 147
Lines 9227 9375 +148
================================================
- Hits 5315 5171 -144
- Misses 3912 4204 +292
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. |
/merge |
/merge |
rapids-cmake 23.02 is deprecating the magic value of
ALL
since it doesn't cleanly map to the cmake magic value ofall
. Instead we useRAPIDS
which better represents the architectures we are building for.