-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Currently cuda version only supports training on a single GPU #6045
Comments
Also, GPU parameter |
Please share a link to what you're referring to with this statement. @shiyu1994 could you answer the other parts of this report? |
https://lightgbm.readthedocs.io/en/latest/Parameters.html#num_gpu I found this link for |
@jameslamb @shiyu1994 expect your replies, many thx |
@jameslamb Is there any update on this? This seems like a very direct conflict with the documentation and implemented code that is causing a lot of confusion. |
Same please address this potential conflict in documentation. |
Description
I build LightGBM CUDA implementation, and set GPU parameter
"device" : 'cuda'
and"num_gpu" : 4
But I got a Fatal Error: Currently cuda version only supports training on a single GPU
In the official doc, it says multiple GPUs is supported in CUDA version.
My LightGBM version is : 4.0.0.99
Tasks
The text was updated successfully, but these errors were encountered: