-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
gpu_id error in R when it's non-zero(xgboost 0.81.0.1) #3850
Comments
@joegaotao Did you compile with |
@hcho3 I just complie with |
Got it. |
@joegaotao Hi, what do you mean by
Does it mean, after specifying I will take a look tomorrow. By default XGBoost uses 1 GPU, which leads to my initial guess that |
@trivialfis Yes, I tested |
@trivialfis Is this issue a release blocker? |
I Will try to look into it tomorrow. Addressing it requires some reconsideration of how we specify GPU and adding proper tests. So a "quick fix" might not be possible. But please note that even if this is fixed, user still can't change their GPU within the same process without deleting loaded data. |
Got it. We may want to add this as a known issue then. |
Addressed in #3851 . |
I have installed the newest multi-GPU xgboost from the source code(0.81.01) and the server has 8 GPUS. But when I change
gpu_id
to non-zero, there are some errors. Parametern_gpus
is ok. the test code:error:
sessionInfo():
The text was updated successfully, but these errors were encountered: