-
Notifications
You must be signed in to change notification settings - Fork 532
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
Fix kernel and line info in cmake #3941
Conversation
ci/gpu/build.sh
Outdated
"rapids-build-env=${MINOR_VERSION}.*" \ | ||
"rapids-notebook-env=${MINOR_VERSION}.*" \ | ||
"rapids-doc-env=${MINOR_VERSION}.*" \ | ||
"shap>=0.37,<=0.39" | ||
# "xgboost=1.4.2dev.rapidsai${MINOR_VERSION}" \ |
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.
xgboost 1.4.2 packages for 21.08 have just been published. you should be okay to uncomment this line (assuming this was only a temporary comment).
https://anaconda.org/rapidsai-nightly/xgboost/files?version=1.4.2dev.rapidsai21.08
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.
yeah it was temporary just to test CI of 21.08
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.
@ajschmidt8 corrected this, could use your review/approval to merge
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #3941 +/- ##
===============================================
Coverage ? 85.13%
===============================================
Files ? 230
Lines ? 18138
Branches ? 0
===============================================
Hits ? 15441
Misses ? 2697
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review 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.
LGTM
@gpucibot merge |
Closes rapidsai#3938 Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#3941
Closes #3938