-
Notifications
You must be signed in to change notification settings - Fork 928
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
Third-party CI Warning "Falling back to prediction using DMatrix due to mismatched devices" #17952
Comments
Here is the relevant test from the warning above cudf/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests/test_xgboost.py Lines 116 to 140 in 61e47bb
|
@hcho3 do you know what we would need to change here? |
"XGBoost is running on: cpu, while the input data is on: cuda:0." This message might be telling us the truth, given that |
Seeing the following warnings in nightly CI:
Note this CI job also fails. AFAICT it is due to these wanings being converted to errors, but please let me know if there is more going on
The text was updated successfully, but these errors were encountered: